Class PipelineBuilderCLI
- java.lang.Object
-
- de.julielab.jcore.pipeline.builder.cli.main.PipelineBuilderCLI
-
public class PipelineBuilderCLI extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleandependenciesHaveChangedThis value keeps track for the case that the dependencies of the pipeline have changed.static StringpipelinePathThis path is used by loading and saving dialogs as the default value for the pipeline path.static StatusPrinter.VerbositystatusVerbositySpecifies the degree of verbosity for the pipeline overview status printing.
-
Constructor Summary
Constructors Constructor Description PipelineBuilderCLI()
-
-
-
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.
-
-
Method Detail
-
main
public static void main(String[] args)
-
-