Log.warn("Unable to reload plugin '{}'. Unable to reset the 'last modified time' of the plugin path. Try removing and restoring the plugin jar file manually.");
returnfalse;
}
pluginMonitor.runNow(false);
returntrue;
}
/**
/**
* Unloads a plugin. The {@link Plugin#destroyPlugin()} method will be called and then any resources will be
* Unloads a plugin. The {@link Plugin#destroyPlugin()} method will be called and then any resources will be
* released. The name should be the canonical name of the plugin (based on the plugin directory name) and not the
* released. The name should be the canonical name of the plugin (based on the plugin directory name) and not the
...
@@ -594,7 +627,7 @@ public class PluginManager
...
@@ -594,7 +627,7 @@ public class PluginManager
*
*
* @param pluginName the name of the plugin to unload.
* @param pluginName the name of the plugin to unload.