Uses of Class
org.xnap.plugin.gift.net.lexer.Command

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
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.