|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.resolver.BaseDescriptionImpl
org.eclipse.osgi.internal.resolver.ExportPackageDescriptionImpl
public class ExportPackageDescriptionImpl
| Field Summary | |
|---|---|
static String |
EQUINOX_EE
|
| Fields inherited from class org.eclipse.osgi.internal.resolver.BaseDescriptionImpl |
|---|
monitor |
| Constructor Summary | |
|---|---|
ExportPackageDescriptionImpl()
|
|
ExportPackageDescriptionImpl(BundleDescription host,
ExportPackageDescription fragmentDeclaration)
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
getAttributes()
Returns the arbitrary attributes for this package. |
Map<String,Object> |
getDeclaredAttributes()
Returns the attributes declared with the description. |
Map<String,String> |
getDeclaredDirectives()
Returns the directives declared with the description. |
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. |
BaseDescription |
getFragmentDeclaration()
|
BundleDescription |
getSupplier()
Returns the bundle which supplies this base description |
boolean |
isRoot()
Deprecated. |
protected void |
setAttributes(Map<String,?> attributes)
|
Object |
setDirective(String key,
Object value)
|
void |
setDirectives(Map<String,?> directives)
|
protected void |
setExporter(BundleDescription exporter)
|
String |
toString()
|
| Methods inherited from class org.eclipse.osgi.internal.resolver.BaseDescriptionImpl |
|---|
getCapability, getName, getUserObject, getVersion, setName, setUserObject, setVersion |
| 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 |
|---|
getCapability, getName, getUserObject, getVersion, setUserObject |
| Field Detail |
|---|
public static final String EQUINOX_EE
| Constructor Detail |
|---|
public ExportPackageDescriptionImpl()
public ExportPackageDescriptionImpl(BundleDescription host,
ExportPackageDescription fragmentDeclaration)
| Method Detail |
|---|
public Map<String,Object> getDirectives()
ExportPackageDescription
getDirectives in interface ExportPackageDescriptionpublic Map<String,String> getDeclaredDirectives()
BaseDescription
getDeclaredDirectives in interface BaseDescriptionpublic Map<String,Object> getDeclaredAttributes()
BaseDescription
getDeclaredAttributes in interface BaseDescriptionpublic Object getDirective(String key)
ExportPackageDescription
getDirective in interface ExportPackageDescriptionkey - the directive to fetch
public Object setDirective(String key,
Object value)
public void setDirectives(Map<String,?> directives)
public Map<String,Object> 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(Map<String,?> attributes)
protected void setExporter(BundleDescription exporter)
public BaseDescription getFragmentDeclaration()
getFragmentDeclaration in class BaseDescriptionImplpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||