|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.framework.wiring.BundleRequirementImpl
org.apache.felix.framework.resolver.HostedRequirement
public class HostedRequirement
| Constructor Summary | |
|---|---|
HostedRequirement(BundleRevision host,
BundleRequirementImpl req)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns the attributes of this requirement. |
java.util.Map<java.lang.String,java.lang.String> |
getDirectives()
Returns the directives of this requirement. |
SimpleFilter |
getFilter()
|
java.lang.String |
getNamespace()
Returns the name space of this requirement. |
BundleRequirementImpl |
getOriginalRequirement()
|
BundleRevision |
getRevision()
Returns the bundle revision declaring this requirement. |
int |
hashCode()
|
boolean |
isOptional()
|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.felix.framework.wiring.BundleRequirementImpl |
|---|
matches |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HostedRequirement(BundleRevision host,
BundleRequirementImpl req)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic BundleRequirementImpl getOriginalRequirement()
public BundleRevision getRevision()
BundleRequirement
getRevision in interface BundleRequirementgetRevision in class BundleRequirementImplpublic java.lang.String getNamespace()
BundleRequirement
getNamespace in interface BundleRequirementgetNamespace in class BundleRequirementImplpublic SimpleFilter getFilter()
getFilter in class BundleRequirementImplpublic boolean isOptional()
isOptional in class BundleRequirementImplpublic java.util.Map<java.lang.String,java.lang.String> getDirectives()
BundleRequirement
getDirectives in interface BundleRequirementgetDirectives in class BundleRequirementImplpublic java.util.Map<java.lang.String,java.lang.Object> getAttributes()
BundleRequirement
getAttributes in interface BundleRequirementgetAttributes in class BundleRequirementImplpublic java.lang.String toString()
toString in class BundleRequirementImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||