| Interface | Description |
|---|---|
| SystemFramework |
| Class | Description |
|---|---|
| OsgiActivator |
handle bundle activation/deactivation
|
| OsgiUtil |
osgi utils
|
| OsgiUtils |
Simple OSGi utilities.
|
| VersionedName |
Records a name (string) and version (string),
with conveniences for pretty-printing and converting to OSGi format.
|
| VersionedName.VersionedNameComparator |
Comparator which puts a:3 < a:1 < b:2 < null
|
| VersionedName.VersionedNameStringComparator |
Comparator which puts a:3 < a:1 < b:2 < null
|