|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An extension point that provides configuration data in the form of a list of elements.
Method Summary | |
boolean |
canElementsBeMapped()
Returns true if the elements contributed to this configuration point can be retrieved as a Map. |
Schema |
getContributionsSchema()
Returns the Schema for contributions to the configuration point (which may be null if the point does not define a schema for contributions). |
java.util.List |
getElements()
Returns the constructed extensions as a list of elements assembled from the various contributions. |
java.util.Map |
getMappedElements()
Returns the constructed extensions as a map of elements assembled from the various contributions. |
Methods inherited from interface org.apache.hivemind.internal.ExtensionPoint |
getErrorLog, getExtensionPointId, getLog, getModule, visibleToModule |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Method Detail |
public java.util.List getElements()
public boolean canElementsBeMapped()
public java.util.Map getMappedElements() throws ApplicationRuntimeException
key attribute
. Just as
getElements()
this method may also return a proxy.
If there is no key attribute defined for this configuration's contribution elements an
ApplicationRuntimeException
is thrown.
ApplicationRuntimeException
public Schema getContributionsSchema()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |