public class ExportPackageDescriptionImpl extends BaseDescriptionImpl implements ExportPackageDescription
| Modifier and Type | Field and Description |
|---|---|
static String |
EQUINOX_EE |
monitor| Constructor and Description |
|---|
ExportPackageDescriptionImpl() |
ExportPackageDescriptionImpl(BundleDescription host,
ExportPackageDescription fragmentDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Returns the arbitrary attributes for this package.
|
Map<String,Object> |
getDeclaredAttributes()
Returns the attributes declared with the description.
|
Map<String,String> |
getDeclaredDirectives()
Returns the directives declared with the description.
|
Object |
getDirective(String key)
Returns the specified directive for this package.
|
Map<String,Object> |
getDirectives()
Returns the directives for this package.
|
BundleDescription |
getExporter()
Returns the exporter of this package.
|
BaseDescription |
getFragmentDeclaration() |
BundleDescription |
getSupplier()
Returns the bundle which supplies this base description
|
boolean |
isRoot()
Deprecated.
|
protected void |
setAttributes(Map<String,?> attributes) |
Object |
setDirective(String key,
Object value) |
void |
setDirectives(Map<String,?> directives) |
protected void |
setExporter(BundleDescription exporter) |
String |
toString() |
getCapability, getName, getUserObject, getVersion, setName, setUserObject, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCapability, getName, getUserObject, getVersion, setUserObjectpublic static final String EQUINOX_EE
public ExportPackageDescriptionImpl()
public ExportPackageDescriptionImpl(BundleDescription host, ExportPackageDescription fragmentDeclaration)
public Map<String,Object> getDirectives()
ExportPackageDescriptiongetDirectives in interface ExportPackageDescriptionpublic Map<String,String> getDeclaredDirectives()
BaseDescriptiongetDeclaredDirectives in interface BaseDescriptionpublic Map<String,Object> getDeclaredAttributes()
BaseDescriptiongetDeclaredAttributes in interface BaseDescriptionpublic Object getDirective(String key)
ExportPackageDescriptiongetDirective in interface ExportPackageDescriptionkey - the directive to fetchpublic Map<String,Object> getAttributes()
ExportPackageDescriptiongetAttributes in interface ExportPackageDescriptionpublic BundleDescription getSupplier()
BaseDescriptiongetSupplier in interface BaseDescriptionpublic BundleDescription getExporter()
ExportPackageDescriptiongetExporter in interface ExportPackageDescriptionpublic boolean isRoot()
ExportPackageDescriptionisRoot in interface ExportPackageDescriptionprotected void setExporter(BundleDescription exporter)
public BaseDescription getFragmentDeclaration()
getFragmentDeclaration in class BaseDescriptionImplCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.