org.apache.aries.subsystem.core.archive
Class ExportPackageCapability

java.lang.Object
  extended by org.apache.aries.subsystem.core.internal.AbstractCapability
      extended by org.apache.aries.subsystem.core.archive.ExportPackageCapability
All Implemented Interfaces:
org.osgi.resource.Capability

public class ExportPackageCapability
extends AbstractCapability


Field Summary
static String NAMESPACE
           
 
Constructor Summary
ExportPackageCapability(String packageName, Collection<Parameter> parameters, 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.core.internal.AbstractCapability
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values
Constructor Detail

ExportPackageCapability

public ExportPackageCapability(String packageName,
                               Collection<Parameter> parameters,
                               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.