|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ar.com.ktulu.dict.kernel.command.CmdHelp
| Constructor Summary | |
CmdHelp()
|
|
| Method Summary | |
void |
execute()
Executes the command without passing any arguments to it. |
void |
execute(Context ctx)
Executes the command only a context to it. |
void |
execute(Context ctx,
java.lang.String[] args)
Executes the command with a context and an array of strings as arguments. |
void |
execute(java.lang.String[] args)
Executes the command passing an array of strings as arguments. |
java.lang.String |
getDescription()
Returns a brief description of the command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmdHelp()
| Method Detail |
public void execute(Context ctx,
java.lang.String[] args)
throws CommandException
Command
execute in interface CommandCommandException
public void execute(Context ctx)
throws CommandException
Command
execute in interface CommandCommandException
public void execute()
throws CommandException
Command
execute in interface CommandCommandException
public void execute(java.lang.String[] args)
throws CommandException
Command
execute in interface CommandCommandExceptionpublic java.lang.String getDescription()
Command
getDescription in interface Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||