org.apache.hivemind.definition
Interface ContributionDefinition

All Superinterfaces:
ExtensionDefinition, Locatable
All Known Implementing Classes:
ContributionDefinitionImpl

public interface ContributionDefinition
extends ExtensionDefinition

Defines a contribution to a ConfigurationPointDefinition. The actual contribution is done by an instance of Contribution.

Author:
Huegen

Method Summary
 Contribution getContribution()
           
 boolean isInitalContribution()
           
 
Methods inherited from interface org.apache.hivemind.definition.ExtensionDefinition
getModule, getModuleId
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getContribution

Contribution getContribution()
Returns:
the contribution implementation.

isInitalContribution

boolean isInitalContribution()
Returns:
true if the contribution is the initial one to be processed first. Only one contribution of a configuration point is allowed to return true here.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.