Add method to remove cached plugin after removing plugin
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / RemovePluginCommand.java
index 56fafa1..031e903 100644 (file)
@@ -8,6 +8,7 @@ package net.pterodactylus.fcp.quelaton;
 public interface RemovePluginCommand {
 
        RemovePluginCommand waitFor(int milliseconds);
+       RemovePluginCommand purge();
        Executable<Boolean> plugin(String pluginClass);
 
 }