org.apache.aries.subsystem.obr.internal
Class AbstractCapability

java.lang.Object
  extended by org.apache.aries.subsystem.obr.internal.AbstractCapability
All Implemented Interfaces:
org.osgi.resource.Capability
Direct Known Subclasses:
FelixCapabilityAdapter, OsgiContentCapability, OsgiIdentityCapability

public abstract class AbstractCapability
extends Object
implements org.osgi.resource.Capability


Constructor Summary
AbstractCapability()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.osgi.resource.Capability
getAttributes, getDirectives, getNamespace, getResource
 

Constructor Detail

AbstractCapability

public AbstractCapability()
Method Detail

equals

public boolean equals(Object o)
Specified by:
equals in interface org.osgi.resource.Capability
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface org.osgi.resource.Capability
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.