c22159253089558f8c7807a1981110a0c6092b52
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / RemovePluginCommand.java
1 package net.pterodactylus.fcp.quelaton;
2
3 /**
4  * Removes a plugin.
5  *
6  * @author <a href="mailto:bombe@freenetproject.org">David ‘Bombe’ Roden</a>
7  */
8 public interface RemovePluginCommand {
9
10         Executable<Boolean> plugin(String pluginClass);
11
12 }