public interface Contribution
ConfigurationPoint
.Modifier and Type | Method and Description |
---|---|
Module |
getContributingModule()
Returns the module which made this contribution.
|
java.util.List |
getElements()
Returns a List of
Element , the representation of the XML
elements in the extension. |
Module getContributingModule()
java.util.List getElements()
Element
, the representation of the XML
elements in the extension. The ConfigurationPoint will use its
Schema
(if present) to convert this XML representation
into the object representation returned by ConfigurationPoint.getElements()
.