Package owl.run.parser
Class PipelineParser
- java.lang.Object
-
- owl.run.parser.PipelineParser
-
public final class PipelineParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PipelineParser.ModuleParseException
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Pipeline
parse(List<owl.run.parser.PipelineParser.ModuleDescription> arguments, org.apache.commons.cli.CommandLineParser parser, OwlModuleRegistry registry)
Parses the given command line with the givenregistry
.
-
-
-
Method Detail
-
parse
public static Pipeline parse(List<owl.run.parser.PipelineParser.ModuleDescription> arguments, org.apache.commons.cli.CommandLineParser parser, OwlModuleRegistry registry) throws OwlModuleRegistry.OwlModuleNotFoundException, PipelineParser.ModuleParseException
Parses the given command line with the givenregistry
.
-
-