Interface | Description |
---|---|
BundleArchive |
Interface for managing bundle data.
|
BundleStorage |
Interface for managing all bundles jar content.
|
FileArchive | |
Util.Comparator | |
Validator |
Interface for managing certificate validators.
|
Class | Description |
---|---|
Alias |
This class contains aliases for system properties.
|
AutoManifest |
Manifest subclass which modifies some of the attributes automatically.
|
BundleClassLoader |
Classloader for bundle JAR files.
|
BundleContextImpl |
Implementation of the BundleContext object.
|
BundleImpl |
Implementation of the Bundle object.
|
Bundles |
Here we handle all the bundles that are installed in the framework.
|
BundleURLStreamHandler |
Bundle URL handling.
|
ClassPatcher |
This class contains byte code-manipulation functions for
patching loaded bundle classes with custom wrapper methods.
|
ClassPatcherWrappers |
Class containing static wrapper methods used by ClassPatcher.
|
ContentHandlerWrapper |
Wrapper which delegates an Mime ContentHandlers
OSGi registered ContentHandlers
|
Debug |
Static variables that controls debugging of the framework code.
|
ExportedPackageImpl |
An exported package.
|
FileTree |
FileTree is extension to java.io.File that handles copying
and deletion of complete file structures.
|
FilterImpl | |
Framework |
This class contains references to all common data structures
inside the framework.
|
HeaderDictionary |
Dictonary for Bundle Manifest headers.
|
LDAPExpr | |
Listeners |
Here we handle all listeners that bundles have registered.
|
Main |
This is the main startup code for the framework and enables
basic operations as install, start, stop, uninstall
and update.
|
MainClassBundleActivator |
BundleActivator implementation that can handle a jar file
with just a Main-class attribute.
|
PackageAdminImpl |
Framework service which allows bundle programmers to inspect the packages
exported in the framework and eagerly update or uninstall bundles.
|
Queue |
The
Queue class represents a first-in-first-out
(FIFO) queue of objects. |
ReferenceURLStreamHandler |
Reference URL handling, used for accepting file: references.
|
RequiredBundleImpl |
Implementation for required bundle interface.
|
ServiceContentHandlerFactory |
Factory creating ContentHandlers from both built-in
handlers and OSGi-registered ContentHandlers
|
ServiceReferenceImpl |
Implementation of the ServiceReference object.
|
ServiceRegistrationImpl |
Implementation of the ServiceRegistration object.
|
ServiceURLStreamHandlerFactory |
Factory creating URLStreamHandlers from both built-in
handlers and OSGi-registered URLStreamHandlerServices.
|
StartLevelImpl |
StartLevel service implementation.
|
SystemBundle |
Implementation of the System Bundle object.
|
URLStreamHandlerWrapper |
Wrapper which delegates an URL protocol to
OSGi URLStreamHandlerServices.
|
Util | |
VersionRange |
Class representing OSGi version ranges.
|