|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContributionDefinition | |
---|---|
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 ContributionDefinition in org.apache.hivemind.definition |
---|
Methods in org.apache.hivemind.definition with parameters of type ContributionDefinition | |
---|---|
void |
ConfigurationPointDefinition.addContribution(ContributionDefinition contribution)
Adds a contribution. |
Uses of ContributionDefinition in org.apache.hivemind.definition.impl |
---|
Classes in org.apache.hivemind.definition.impl that implement ContributionDefinition | |
---|---|
class |
ContributionDefinitionImpl
Default implementation of ContributionDefinition . |
Methods in org.apache.hivemind.definition.impl that return ContributionDefinition | |
---|---|
ContributionDefinition |
ModuleDefinitionHelper.addContributionDefinition(ConfigurationPointDefinition configurationPoint,
Contribution contributionConstructor)
|
ContributionDefinition |
ModuleDefinitionHelper.addContributionDefinition(java.lang.String qualifiedConfigurationPointId,
Contribution contributionConstructor)
|
Methods in org.apache.hivemind.definition.impl with parameters of type ContributionDefinition | |
---|---|
void |
ConfigurationPointDefinitionImpl.addContribution(ContributionDefinition contribution)
|
void |
ModuleDefinitionImpl.addContribution(java.lang.String qualifiedConfigurationPointId,
ContributionDefinition contribution)
Adds a contribution for a configuration point which can be defined in this module or another module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |