Add method to include the defaults in the config
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 2f36436..7ae47b5 100644 (file)
@@ -9,4 +9,7 @@ import net.pterodactylus.fcp.ConfigData;
  */
 public interface GetConfigCommand extends Executable<ConfigData> {
 
+       GetConfigCommand withCurrent();
+       GetConfigCommand withDefaults();
+
 }