Uses of Interface
org.apache.hivemind.definition.Contribution

Packages that use Contribution
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
 

Uses of Contribution in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that return Contribution
 Contribution ContributionDefinition.getContribution()
           
 

Uses of Contribution in org.apache.hivemind.definition.impl
 

Methods in org.apache.hivemind.definition.impl that return Contribution
 Contribution ContributionDefinitionImpl.getContribution()
           
 

Methods in org.apache.hivemind.definition.impl with parameters of type Contribution
 ContributionDefinition ModuleDefinitionHelper.addContributionDefinition(ConfigurationPointDefinition configurationPoint, Contribution contributionConstructor)
           
 ContributionDefinition ModuleDefinitionHelper.addContributionDefinition(java.lang.String qualifiedConfigurationPointId, Contribution contributionConstructor)
           
 void ContributionDefinitionImpl.setContribution(Contribution contribution)
          Sets the contribution implementation.
 

Constructors in org.apache.hivemind.definition.impl with parameters of type Contribution
ContributionDefinitionImpl(ModuleDefinition module, Location location, Contribution contribution, boolean initial)
           
 



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