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, setUserObject
boolean isRoot()
Map<String,Object> getAttributes()
Map<String,Object> getDirectives()
Object getDirective(String key)
key
- the directive to fetchBundleDescription getExporter()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.