Class CliCommand<T>

java.lang.Object
nz.org.riskscape.engine.plugin.ConstructorFeature<Void,T>
nz.org.riskscape.engine.spi.CliCommand<T>
All Implemented Interfaces:
PluginFeature

public class CliCommand<T> extends ConstructorFeature<Void,T>

Marker interface for pluggable top level picocli command

  • Constructor Details

    • CliCommand

      public CliCommand(Class<T> commandClass)