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

java.lang.Object
  extended by org.apache.aries.subsystem.obr.internal.AbstractCapability
      extended by org.apache.aries.subsystem.obr.internal.FelixCapabilityAdapter
All Implemented Interfaces:
org.osgi.resource.Capability

public class FelixCapabilityAdapter
extends AbstractCapability


Constructor Summary
FelixCapabilityAdapter(org.apache.felix.bundlerepository.Capability capability, org.osgi.resource.Resource resource)
           
 
Method Summary
 Map<String,Object> getAttributes()
           
 Map<String,String> getDirectives()
           
 String getNamespace()
           
 org.osgi.resource.Resource getResource()
           
 
Methods inherited from class org.apache.aries.subsystem.obr.internal.AbstractCapability
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FelixCapabilityAdapter

public FelixCapabilityAdapter(org.apache.felix.bundlerepository.Capability capability,
                              org.osgi.resource.Resource resource)
Method Detail

getAttributes

public Map<String,Object> getAttributes()

getDirectives

public Map<String,String> getDirectives()

getNamespace

public String getNamespace()

getResource

public org.osgi.resource.Resource getResource()


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