|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
org.xnap.plugin.gift.net | |
org.xnap.plugin.gift.net.event | |
org.xnap.plugin.gift.net.lexer |
Uses of Command in org.xnap.plugin.gift.net |
---|
Methods in org.xnap.plugin.gift.net with parameters of type Command | |
---|---|
protected void |
GiFTDaemon.queueCommand(Command cmd)
|
Uses of Command in org.xnap.plugin.gift.net.event |
---|
Methods in org.xnap.plugin.gift.net.event that return Command | |
---|---|
Command |
DebugEvent.getCmd()
Returns the command. |
Constructors in org.xnap.plugin.gift.net.event with parameters of type Command | |
---|---|
DebugEvent(int type,
Command cmd)
Constructor for DebugEvent. |
Uses of Command in org.xnap.plugin.gift.net.lexer |
---|
Methods in org.xnap.plugin.gift.net.lexer that return Command | |
---|---|
Command |
Command.getSubCommandByName(java.lang.String key)
Returns the subcommand by its name If more subcommands with the same name exists, the first will be returned |
Command |
StreamLexer.parse()
Parses the Inputstream and returns the corresponding command object. |
Methods in org.xnap.plugin.gift.net.lexer with parameters of type Command | |
---|---|
void |
Command.addSubCommand(Command command)
Adds a subcommand |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |