Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down