|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.resolver.ExportPackageDescriptionImpl
public class ExportPackageDescriptionImpl
| Field Summary | |
|---|---|
static java.lang.String |
EQUINOX_EE
|
protected java.lang.Object |
monitor
|
| Constructor Summary | |
|---|---|
ExportPackageDescriptionImpl()
|
|
| 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. |
java.lang.String |
getName()
Returns the name. |
BundleDescription |
getSupplier()
Returns the bundle which supplies this base description |
Version |
getVersion()
Returns the version. |
boolean |
isRoot()
Returns true if the export package is a root package; false otherwise. |
protected void |
setAttributes(java.util.Map attributes)
|
java.lang.Object |
setDirective(java.lang.String key,
java.lang.Object value)
|
void |
setDirectives(java.util.Map directives)
|
protected void |
setExporter(BundleDescription exporter)
|
protected void |
setName(java.lang.String name)
|
protected void |
setVersion(Version version)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.osgi.service.resolver.BaseDescription |
|---|
getName, getVersion |
| Field Detail |
|---|
public static final java.lang.String EQUINOX_EE
protected final java.lang.Object monitor
| Constructor Detail |
|---|
public ExportPackageDescriptionImpl()
| Method Detail |
|---|
public java.util.Map getDirectives()
ExportPackageDescription
getDirectives in interface ExportPackageDescriptionpublic java.lang.Object getDirective(java.lang.String key)
ExportPackageDescription
getDirective in interface ExportPackageDescriptionkey - the directive to fetch
public java.lang.Object setDirective(java.lang.String key,
java.lang.Object value)
public void setDirectives(java.util.Map directives)
public java.util.Map getAttributes()
ExportPackageDescription
getAttributes in interface ExportPackageDescriptionpublic BundleDescription getSupplier()
BaseDescription
getSupplier in interface BaseDescriptionpublic BundleDescription getExporter()
ExportPackageDescription
getExporter in interface ExportPackageDescriptionpublic boolean isRoot()
ExportPackageDescription
isRoot in interface ExportPackageDescriptionprotected void setAttributes(java.util.Map attributes)
protected void setExporter(BundleDescription exporter)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
BaseDescription
getName in interface BaseDescriptionpublic Version getVersion()
BaseDescription
getVersion in interface BaseDescriptionprotected void setName(java.lang.String name)
protected void setVersion(Version version)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||