From 0a8a9965f45a25006d54e0753307bd9a40531979 Mon Sep 17 00:00:00 2001 From: Jeff Nelson Date: Wed, 29 Nov 2017 06:22:59 -0500 Subject: [PATCH] add some impl notes --- .../concourse/server/plugin/PluginManager.java | 10 ++++++++++ 1 file changed, 10 insertions(+) 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