Package org.eclipse.osgi.container
Class ModuleRevisions
java.lang.Object
org.eclipse.osgi.container.ModuleRevisions
- All Implemented Interfaces:
BundleReference
,BundleRevisions
An implementation of
BundleRevisions
which represent a Module
installed in a container
. The ModuleRevisions
provides a bridge between the revisions, the module and the container they
are associated with. The ModuleRevisions holds the information about the
installation of a module in a container such as the module id and location.- Since:
- 3.10
-
Method Summary
Modifier and TypeMethodDescriptionSame asgetRevisions()
except it returns a list ofModuleRevision
.toString()
-
Method Details
-
getModule
-
getBundle
- Specified by:
getBundle
in interfaceBundleReference
-
getRevisions
- Specified by:
getRevisions
in interfaceBundleRevisions
-
getModuleRevisions
Same asgetRevisions()
except it returns a list ofModuleRevision
.- Returns:
- the list of module revisions
-
toString
-