| org.eclipse.osgi.framework.adaptor |
|
| Java Source File Name | Type | Comment |
| BundleClassLoader.java | Interface | The BundleClassLoader interface is used by the Framework to load local
classes and resources from a Bundle. |
| BundleData.java | Interface | The BundleData represents a single bundle that is persistently
stored by a FrameworkAdaptor. |
| BundleOperation.java | Interface | Bundle Storage interface for managing a persistent storage life
cycle operation upon a bundle.
This class is used to provide methods to manage a life cycle
operation on a bundle in persistent storage. |
| BundleWatcher.java | Interface | Contains information about activated bundles and acts as the main
entry point for logging plugin activity. |
| FilePath.java | Class | A utility class for manipulating file system paths. |
| FrameworkAdaptor.java | Interface | FrameworkAdaptor interface to the osgi framework. |
| PermissionStorage.java | Interface | Permission Storage interface for managing a persistent storage of
bundle permissions.
This class is used to provide methods to manage
persistent storage of bundle permissions. |
| ServiceRegistry.java | Interface | The ServiceRegistry interface is used by the framework to store and
lookup currently registered services. |