Add command to retrieve the node’s config
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index dbd35f2..f943083 100644 (file)
@@ -8,6 +8,8 @@ package net.pterodactylus.fcp.quelaton;
 public interface FcpClient {
 
        GetNodeCommand getNode();
+       GetConfigCommand getConfig();
+
        GenerateKeypairCommand generateKeypair();
        ClientGetCommand clientGet();
        ClientPutCommand clientPut();