public class CommandDescription
extends Object
Description for how a command should be executed
-
Constructor Summary
Constructors
-
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandDescription
public CommandDescription(String commandName,
String argumentDescription,
String helpDescription)
-
Method Details
-
getCommandName
public String getCommandName()
-
setCommandName
public void setCommandName(String commandName)
-
getArgumentDescription
public String getArgumentDescription()
-
setArgumentDescription
public void setArgumentDescription(String argumentDescription)
-
getHelpDescription
public String getHelpDescription()
-
setHelpDescription
public void setHelpDescription(String helpDescription)
-
-