Package de.hsh.graja.variability.is
Class VariabilityCommandProvider
java.lang.Object
de.hsh.graja.util.cli.CommandProvider
de.hsh.graja.variability.is.VariabilityCommandProvider
- All Implemented Interfaces:
Comparable<CommandProvider>
This class provides commands on the command line for variability functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is themainmethod of a command.protected String[]getCommands(Logging log) Methods inherited from class de.hsh.graja.util.cli.CommandProvider
compareTo, equals, getAdditionalAddModulesOption, getAdditionalModulePathOptionExample, getAdditionalModulePathOptionTemplate, getName, hashCode, provideCommands, validateCommand
-
Constructor Details
-
VariabilityCommandProvider
public VariabilityCommandProvider()
-
-
Method Details
-
getCommands
- Specified by:
getCommandsin classCommandProvider
-
executeCommand
public void executeCommand(Logging log, String command, TreeMap<String, Object> options) throws CommandExceptionDescription copied from class:CommandProviderThis is themainmethod of a command. It is called byCommand.execute(Logging, String[]).- Specified by:
executeCommandin classCommandProvider- Parameters:
log- All output should go to this Logging instance- Throws:
CommandException
-