Package org.java.plugin.registry
Interface PluginRegistry.RegistryChangeData
- Enclosing interface:
- PluginRegistry
public static interface PluginRegistry.RegistryChangeData
Registry changes data holder interface.
- Version:
- $Id: PluginRegistry.java,v 1.5 2007/03/03 17:16:26 ddimon Exp $
-
Method Summary
Modifier and TypeMethodDescriptionaddedExtensions
(String extensionPointUid) modifiedExtensions
(String extensionPointUid) removedExtensions
(String extensionPointUid)
-
Method Details
-
addedPlugins
- Returns:
- collection of ID's of newly added plug-ins
-
removedPlugins
- Returns:
- collection of ID's of removed plug-ins
-
modifiedPlugins
- Returns:
- collection of ID's of changed plug-ins
-
addedExtensions
- Returns:
- collection of unique ID's of newly connected extensions
-
addedExtensions
- Parameters:
extensionPointUid
- unique ID of extension point to filter result- Returns:
- collection of unique ID's of newly connected extensions
-
removedExtensions
- Returns:
- collection of unique ID's of disconnected extensions
-
removedExtensions
- Parameters:
extensionPointUid
- unique ID of extension point to filter result- Returns:
- collection of unique ID's of disconnected extensions
-
modifiedExtensions
- Returns:
- collection of unique ID's of modified extensions
-
modifiedExtensions
- Parameters:
extensionPointUid
- unique ID of extension point to filter result- Returns:
- collection of unique ID's of modified extensions
-