Class ModuleRequirement

java.lang.Object
org.eclipse.osgi.container.ModuleRequirement
All Implemented Interfaces:
BundleRequirement, Requirement

public class ModuleRequirement extends Object implements BundleRequirement
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.