Uses of Class
tigase.server.Command
-
Packages that use Command Package Description tigase.server The main package with top level API for server side components. -
-
Uses of Command in tigase.server
Methods in tigase.server that return Command Modifier and Type Method Description CommandIq. getCommand()CommandPacket. getCommand()The method always returns NULL.static CommandCommand. valueof(java.lang.String cmd)static CommandCommand. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Command[]Command. values()Returns an array containing the constants of this enum type, in the order they are declared.
-