Klasse PrintRLServ
java.lang.Object
org.xbib.multiserv.plugin.printrlserv.PrintRLServ
- Alle implementierten Schnittstellen:
org.xbib.multiserv.api.Plugin
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList
<org.xbib.multiserv.api.CommandFunction> getFunctions
(org.xbib.multiserv.api.CommandServer commandServer) void
onExecute
(org.xbib.multiserv.api.CommandServer commandServer, org.xbib.multiserv.api.Command<?> command, Map<String, Object> params, List<String> response) void
void
onStart()
-
Konstruktordetails
-
PrintRLServ
public PrintRLServ()
-
-
Methodendetails
-
onStart
- Angegeben von:
onStart
in Schnittstelleorg.xbib.multiserv.api.Plugin
- Löst aus:
IOException
-
getFunctions
public List<org.xbib.multiserv.api.CommandFunction> getFunctions(org.xbib.multiserv.api.CommandServer commandServer) - Angegeben von:
getFunctions
in Schnittstelleorg.xbib.multiserv.api.Plugin
-
onExecute
public void onExecute(org.xbib.multiserv.api.CommandServer commandServer, org.xbib.multiserv.api.Command<?> command, Map<String, Object> params, List<String> response) throws org.xbib.multiserv.api.PluginException- Angegeben von:
onExecute
in Schnittstelleorg.xbib.multiserv.api.Plugin
- Löst aus:
org.xbib.multiserv.api.PluginException
-
onShutdown
public void onShutdown()- Angegeben von:
onShutdown
in Schnittstelleorg.xbib.multiserv.api.Plugin
-