public class FelixRequirementAdapter
extends java.lang.Object
implements org.osgi.resource.Requirement
| Constructor and Description |
|---|
FelixRequirementAdapter(Requirement requirement,
org.osgi.resource.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes() |
java.util.Map<java.lang.String,java.lang.String> |
getDirectives() |
java.lang.String |
getNamespace() |
org.osgi.resource.Resource |
getResource() |
int |
hashCode() |
boolean |
matches(org.osgi.resource.Capability capability) |
java.lang.String |
toString() |
public FelixRequirementAdapter(Requirement requirement, org.osgi.resource.Resource resource)
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
getAttributes in interface org.osgi.resource.Requirementpublic java.util.Map<java.lang.String,java.lang.String> getDirectives()
getDirectives in interface org.osgi.resource.Requirementpublic java.lang.String getNamespace()
getNamespace in interface org.osgi.resource.Requirementpublic org.osgi.resource.Resource getResource()
getResource in interface org.osgi.resource.Requirementpublic boolean matches(org.osgi.resource.Capability capability)
public boolean equals(java.lang.Object o)
equals in interface org.osgi.resource.Requirementequals in class java.lang.Objectpublic int hashCode()
hashCode in interface org.osgi.resource.RequirementhashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.