1 package net.pterodactylus.fcp.quelaton;
3 import net.pterodactylus.fcp.ConfigData;
6 * Command that retrieves the node’s configuration.
8 * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
10 public interface GetConfigCommand extends Executable<ConfigData> {