org.apache.hivemind.internal
Interface Contribution

All Known Implementing Classes:
ContributionImpl

public interface Contribution

An Contribution is a contribution to an ConfigurationPoint.

Author:
Howard Lewis Ship

Method Summary
 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.
 

Method Detail

getContributingModule

Module getContributingModule()
Returns the module which made this contribution.


getElements

java.util.List getElements()
Returns a List of 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().