public interface ExportPackageDescription extends BaseDescription
This interface is not intended to be implemented by clients. The
StateObjectFactory should be used to construct instances.
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Returns the arbitrary attributes for this package.
|
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.
|
boolean |
isRoot()
Deprecated.
all export package descriptions are roots. The Reexport-Package header
never became API.
|
getCapability, getDeclaredAttributes, getDeclaredDirectives, getName, getSupplier, getUserObject, getVersion, setUserObjectboolean isRoot()
Map<String,Object> getAttributes()
Map<String,Object> getDirectives()
Object getDirective(String key)
key - the directive to fetchBundleDescription getExporter()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.