Package nz.org.riskscape.engine.cli
Class BetaCommand
java.lang.Object
nz.org.riskscape.engine.cli.StubCommand
nz.org.riskscape.engine.cli.BetaCommand
public class BetaCommand
extends nz.org.riskscape.engine.cli.StubCommand
A stub command where beta features can be registered.
### Implementation Note
At the moment, this has to be done by adding them to the list of subcommands in the annotation, but in the future it might be nice for plugins to be able to add beta commands, which would require a programmatic way of adding beta commands.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BetaCommand
public BetaCommand()
-