Class PipelineBuilderCLI


  • public class PipelineBuilderCLI
    extends Object
    • Field Detail

      • pipelinePath

        public static String pipelinePath
        This path is used by loading and saving dialogs as the default value for the pipeline path. The user entered value is always set to this path.
      • statusVerbosity

        public static StatusPrinter.Verbosity statusVerbosity
        Specifies the degree of verbosity for the pipeline overview status printing.
      • dependenciesHaveChanged

        public static boolean dependenciesHaveChanged
        This value keeps track for the case that the dependencies of the pipeline have changed. If so, they need to be resolved and stored into the library directory upon pipeline storage.

        This field is set to true if components are added or removed from the pipeline or if component versions have been set.

    • Constructor Detail

      • PipelineBuilderCLI

        public PipelineBuilderCLI()
    • Method Detail

      • main

        public static void main​(String[] args)