Add command that reloads a plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index f943083..0091866 100644 (file)
@@ -9,6 +9,7 @@ public interface FcpClient {
 
        GetNodeCommand getNode();
        GetConfigCommand getConfig();
+       ModifyConfigCommand modifyConfig();
 
        GenerateKeypairCommand generateKeypair();
        ClientGetCommand clientGet();
@@ -23,4 +24,7 @@ public interface FcpClient {
        ListPeerNotesCommand listPeerNotes();
        ModifyPeerNoteCommand modifyPeerNote();
 
+       LoadPluginCommand loadPlugin();
+       ReloadPluginCommand reloadPlugin();
+
 }