Package org.eclipse.osgi.container
Class ModuleRequirement
java.lang.Object
org.eclipse.osgi.container.ModuleRequirement
- All Implemented Interfaces:
BundleRequirement
,Requirement
An implementation of
BundleRequirement
. This requirement implements
the matches method according to the OSGi specification which includes
implementing the mandatory directive for the osgi.wiring.* namespaces.- Since:
- 3.10
- Restriction:
- This class is not intended to be subclassed by clients.
-
Method Details
-
getRevision
- Specified by:
getRevision
in interfaceBundleRequirement
-
matches
- Specified by:
matches
in interfaceBundleRequirement
-
getNamespace
- Specified by:
getNamespace
in interfaceBundleRequirement
- Specified by:
getNamespace
in interfaceRequirement
-
getDirectives
- Specified by:
getDirectives
in interfaceBundleRequirement
- Specified by:
getDirectives
in interfaceRequirement
-
getAttributes
- Specified by:
getAttributes
in interfaceBundleRequirement
- Specified by:
getAttributes
in interfaceRequirement
-
getResource
- Specified by:
getResource
in interfaceBundleRequirement
- Specified by:
getResource
in interfaceRequirement
-
toString
-