public class FelixRequirementAdapter extends 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(Object o) |
Map<String,Object> |
getAttributes() |
Map<String,String> |
getDirectives() |
String |
getNamespace() |
org.osgi.resource.Resource |
getResource() |
int |
hashCode() |
boolean |
matches(org.osgi.resource.Capability capability) |
String |
toString() |
public FelixRequirementAdapter(Requirement requirement, org.osgi.resource.Resource resource)
public Map<String,Object> getAttributes()
getAttributes
in interface org.osgi.resource.Requirement
public Map<String,String> getDirectives()
getDirectives
in interface org.osgi.resource.Requirement
public String getNamespace()
getNamespace
in interface org.osgi.resource.Requirement
public org.osgi.resource.Resource getResource()
getResource
in interface org.osgi.resource.Requirement
public boolean matches(org.osgi.resource.Capability capability)
public boolean equals(Object o)
public int hashCode()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.