Class CommandDescription
java.lang.Object
com.ibm.java.diagnostics.utils.commands.CommandDescription
-
Constructor Summary
ConstructorDescriptionCommandDescription
(String commandName, String argumentDescription, String helpDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setArgumentDescription
(String argumentDescription) void
setCommandName
(String commandName) void
setHelpDescription
(String helpDescription) void
setParent
(CommandDescription parent)
-
Constructor Details
-
CommandDescription
-
-
Method Details
-
getCommandName
-
setCommandName
-
getArgumentDescription
-
setArgumentDescription
-
getHelpDescription
-
setHelpDescription
-
getParent
-
setParent
-