public final class PipelineParser
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
PipelineParser.ModuleParseException |
Modifier and Type | Method | Description |
---|---|---|
static Pipeline |
parse(java.util.List<owl.run.parser.PipelineParser.ModuleDescription> arguments,
org.apache.commons.cli.CommandLineParser parser,
OwlModuleRegistry registry) |
Parses the given command line with the given
registry . |
public static Pipeline parse(java.util.List<owl.run.parser.PipelineParser.ModuleDescription> arguments, org.apache.commons.cli.CommandLineParser parser, OwlModuleRegistry registry) throws OwlModuleRegistry.OwlModuleNotFoundException, PipelineParser.ModuleParseException
registry
.