Class PicocliBeansFactory

  • All Implemented Interfaces:
    picocli.CommandLine.IFactory

    class PicocliBeansFactory
    extends Object
    implements picocli.CommandLine.IFactory
    • Constructor Detail

      • PicocliBeansFactory

        PicocliBeansFactory()
    • Method Detail

      • create

        public <K> K create​(Class<K> aClass)
                     throws Exception
        Specified by:
        create in interface picocli.CommandLine.IFactory
        Throws:
        Exception