Uses of Interface
tigase.server.script.CommandIfc
-
Packages that use CommandIfc Package Description tigase.conf tigase.server The main package with top level API for server side components.tigase.server.script -
-
Uses of CommandIfc in tigase.conf
Classes in tigase.conf that implement CommandIfc Modifier and Type Class Description class
SetLoggingCommand
Ad-hoc command used to reconfigure logging of Tigase XMPP Server. -
Uses of CommandIfc in tigase.server
Fields in tigase.server with type parameters of type CommandIfc Modifier and Type Field Description protected java.util.Map<java.lang.String,CommandIfc>
BasicComponent. scriptCommands
Methods in tigase.server that return types with arguments of type CommandIfc Modifier and Type Method Description protected java.util.Map<java.lang.String,CommandIfc>
BasicComponent. getScriptCommands()
-
Uses of CommandIfc in tigase.server.script
Classes in tigase.server.script that implement CommandIfc Modifier and Type Class Description class
AbstractScriptCommand
Created: Jan 2, 2009 2:32:17 PMclass
AddScriptCommand
Created: Jan 2, 2009 2:29:48 PMclass
RemoveScriptCommand
Created: Jan 2, 2009 2:30:41 PMclass
Script
Created: Jan 2, 2009 1:21:55 PM
-