|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportPackageDescription
This class represents a specific version of an exported package in the system.
This interface is not intended to be implemented by clients. The
StateObjectFactory
should be used to construct instances.
Method Summary | |
---|---|
java.util.Map |
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 |
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. |
Methods inherited from interface org.eclipse.osgi.service.resolver.BaseDescription |
---|
getName, getSupplier, getVersion |
Method Detail |
---|
boolean isRoot()
java.util.Map getAttributes()
java.util.Map getDirectives()
java.lang.Object getDirective(java.lang.String key)
key
- the directive to fetch
BundleDescription getExporter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |