public class RequirementImpl extends CapReq implements org.osgi.resource.Requirement
CapReq.MODE
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msg |
private static RequirementFormatter |
rf |
Constructor and Description |
---|
RequirementImpl(java.lang.String namespace,
org.osgi.resource.Resource resource,
java.util.Map<java.lang.String,java.lang.String> directives,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
equals, getAttributes, getDirectives, getNamespace, getResource, hashCode, toString
private static final RequirementFormatter rf
private java.lang.String msg