|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |