Class ArgsParserPicocli<T>

java.lang.Object
org.aksw.shellgebra.shim.picocli.ArgsParserPicocli<T>
All Implemented Interfaces:
ArgsParser<T>

public class ArgsParserPicocli<T> extends Object implements ArgsParser<T>
  • Constructor Details

    • ArgsParserPicocli

      public ArgsParserPicocli(Supplier<T> modelSupplier)
  • Method Details