java.lang.Object
com.ibm.java.diagnostics.utils.commands.CommandDescription
Description for how a command should be executed
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDescription(String commandName, String argumentDescription, String helpDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetArgumentDescription(String argumentDescription) voidsetCommandName(String commandName) voidsetHelpDescription(String helpDescription) voidsetParent(CommandDescription parent)
-
Constructor Details
-
CommandDescription
-
-
Method Details
-
getCommandName
-
setCommandName
-
getArgumentDescription
-
setArgumentDescription
-
getHelpDescription
-
setHelpDescription
-
getParent
-
setParent
-