Add command that returns information about a plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index ab25d61..b799f27 100644 (file)
@@ -24,4 +24,9 @@ public interface FcpClient {
        ListPeerNotesCommand listPeerNotes();
        ModifyPeerNoteCommand modifyPeerNote();
 
+       LoadPluginCommand loadPlugin();
+       ReloadPluginCommand reloadPlugin();
+       RemovePluginCommand removePlugin();
+       GetPluginInfoCommand getPluginInfo();
+
 }