Add command that modifies the config of the node
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index f943083..ab25d61 100644 (file)
@@ -9,6 +9,7 @@ public interface FcpClient {
 
        GetNodeCommand getNode();
        GetConfigCommand getConfig();
+       ModifyConfigCommand modifyConfig();
 
        GenerateKeypairCommand generateKeypair();
        ClientGetCommand clientGet();