diff --git a/concourse-server/src/main/java/com/cinchapi/concourse/server/plugin/PluginManager.java b/concourse-server/src/main/java/com/cinchapi/concourse/server/plugin/PluginManager.java index bf405071d4..4988ff79ad 100644 --- a/concourse-server/src/main/java/com/cinchapi/concourse/server/plugin/PluginManager.java +++ b/concourse-server/src/main/java/com/cinchapi/concourse/server/plugin/PluginManager.java @@ -561,6 +561,16 @@ public void uninstallBundle(String bundle) { */ FileSystem.deleteDirectory(home + File.separator + bundle); } + + protected void deactivate(String bundle) { + + /* + * TODO + * - get all the plugins that are associated with the bundle + * - stop the java app for each of those plugins + * + */ + } /** * Activating a {@code bundle} means that all the plugins with the bundle