Package owl.run
Class DefaultCli
- java.lang.Object
-
- owl.run.DefaultCli
-
public final class DefaultCli extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.commons.cli.Options
getOptions()
static void
main(String... args)
static void
run(org.apache.commons.cli.CommandLine settings, Pipeline pipeline)
-
-
-
Method Detail
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
getOptions
public static org.apache.commons.cli.Options getOptions()
-
run
public static void run(org.apache.commons.cli.CommandLine settings, Pipeline pipeline) throws IOException
- Throws:
IOException
-
-