Class DefaultFactory

java.lang.Object
org.keycloak.quarkus.runtime.cli.DefaultFactory
All Implemented Interfaces:
picocli.CommandLine.IFactory

public class DefaultFactory extends Object implements picocli.CommandLine.IFactory
  • Constructor Details

    • DefaultFactory

      public DefaultFactory()
  • Method Details

    • create

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