ar.com.ktulu.util.command
Class CommandGroup
java.lang.Object
|
+--ar.com.ktulu.util.command.CommandGroup
- public class CommandGroup
- extends java.lang.Object
- Author:
- Luis Parravicini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandGroup
public CommandGroup()
contains
public boolean contains(java.lang.String name)
contains
public boolean contains(CommandData cmd)
add
public void add(java.lang.String name,
Command cmd)
execute
public void execute(CommandData data)
throws CommandException
CommandException
execute
public void execute(java.lang.String name)
throws CommandException
CommandException
execute
public void execute(Context ctx,
CommandData data)
throws CommandException
CommandException
execute
public void execute(java.lang.String name,
java.lang.String[] params)
throws CommandException
CommandException
execute
public void execute(Context ctx,
java.lang.String name,
java.lang.String[] params)
throws CommandException
CommandException
remove
public void remove(java.lang.String name)
iterator
public java.util.Iterator iterator()