Package owl.run.modules
Interface OwlModule.Constructor<M>
-
- Enclosing class:
- OwlModule<M extends OwlModule.Instance>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface OwlModule.Constructor<M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M
newInstance(org.apache.commons.cli.CommandLine commandLine, Environment environment)
-
-
-
Method Detail
-
newInstance
M newInstance(org.apache.commons.cli.CommandLine commandLine, Environment environment) throws org.apache.commons.cli.ParseException
- Throws:
org.apache.commons.cli.ParseException
-
-