Add method to include long description in config data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 2f36436..c937f2b 100644 (file)
@@ -9,4 +9,12 @@ import net.pterodactylus.fcp.ConfigData;
  */
 public interface GetConfigCommand extends Executable<ConfigData> {
 
+       GetConfigCommand withCurrent();
+       GetConfigCommand withDefaults();
+       GetConfigCommand withSortOrder();
+       GetConfigCommand withExpertFlag();
+       GetConfigCommand withForceWriteFlag();
+       GetConfigCommand withShortDescription();
+       GetConfigCommand withLongDescription();
+
 }