aQute.bnd.osgi.resource
Class CapabilityImpl

java.lang.Object
  extended by aQute.bnd.osgi.resource.CapabilityImpl
All Implemented Interfaces:
Capability

public class CapabilityImpl
extends Object
implements Capability


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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.osgi.resource.Capability
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.