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 Detail

      • newInstance

        M newInstance​(org.apache.commons.cli.CommandLine commandLine,
                      Environment environment)
               throws org.apache.commons.cli.ParseException
        Throws:
        org.apache.commons.cli.ParseException