aQute.bnd.osgi.resource
Class RequirementImpl

java.lang.Object
  extended by aQute.bnd.osgi.resource.RequirementImpl
All Implemented Interfaces:
Requirement

public class RequirementImpl
extends Object
implements Requirement


Method Summary
 boolean equals(Object obj)
           
 Map<String,Object> getAttributes()
           
 Map<String,String> getDirectives()
           
 String getNamespace()
           
 Resource getResource()
           
 int hashCode()
           
 String toString()
           
protected  void toString(StringBuilder sb)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.osgi.resource.Requirement
equals, getAttributes, getDirectives, getNamespace, getResource, hashCode
 

Method Detail

toString

public String toString()

getNamespace

public String getNamespace()

getDirectives

public Map<String,String> getDirectives()

getAttributes

public Map<String,Object> getAttributes()

getResource

public Resource getResource()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

protected void toString(StringBuilder sb)


Copyright © 2014 aQute SARL. All rights reserved.