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 |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns the arbitrary attributes for this package.
|
java.lang.Object |
getDirective(java.lang.String key)
Returns the specified directive for this package.
|
java.util.Map<java.lang.String,java.lang.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()
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
java.util.Map<java.lang.String,java.lang.Object> getDirectives()
java.lang.Object getDirective(java.lang.String key)
key - the directive to fetchBundleDescription getExporter()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.