|
||||||||||
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.
Clients may implement this interface.
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()
Returns true if the export package is a root package; false otherwise. |
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 |