|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseDescription
This class represents a base description object for a state. All description objects in a state have a name and a version.
This interface is not intended to be implemented by clients. The
StateObjectFactory
should be used to construct instances.
Method Summary | |
---|---|
BundleCapability |
getCapability()
Returns the capability represented by this description. |
Map<String,Object> |
getDeclaredAttributes()
Returns the attributes declared with the description. |
Map<String,String> |
getDeclaredDirectives()
Returns the directives declared with the description. |
String |
getName()
Returns the name. |
BundleDescription |
getSupplier()
Returns the bundle which supplies this base description |
Version |
getVersion()
Returns the version. |
Method Detail |
---|
String getName()
Version getVersion()
BundleDescription getSupplier()
Map<String,String> getDeclaredDirectives()
Map<String,Object> getDeclaredAttributes()
BundleCapability getCapability()
null
is
returned.
|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.