public class Set extends AbstractCommand
m_Commands, m_Owner| Constructor and Description |
|---|
Set() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(java.lang.String[] params)
Executes the command with the given parameters.
|
java.lang.String |
getHelp()
Returns the help string (no indentation).
|
java.lang.String |
getName()
Returns the name of the command.
|
java.lang.String |
getParameterHelp()
Returns the one-liner help string for the parameters.
|
compareTo, equals, execute, expandVars, getCommand, getCommands, getOwner, setOwnerpublic java.lang.String getName()
getName in class AbstractCommandpublic java.lang.String getHelp()
getHelp in class AbstractCommandpublic java.lang.String getParameterHelp()
getParameterHelp in class AbstractCommandprotected void doExecute(java.lang.String[] params)
throws java.lang.Exception
doExecute in class AbstractCommandparams - the parameters for the commandjava.lang.Exception - if command fails