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 TypeMethodDescriptionvoid
This is themain
method 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:
getCommands
in classCommandProvider
-
executeCommand
public void executeCommand(Logging log, String command, TreeMap<String, Object> options) throws CommandExceptionDescription copied from class:CommandProvider
This is themain
method of a command. It is called byCommand.execute(Logging, String[])
.- Specified by:
executeCommand
in classCommandProvider
- Parameters:
log
- All output should go to this Logging instance- Throws:
CommandException
-