| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationPointDefinition | |
|---|---|
| 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. | 
| org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. | 
| org.apache.hivemind.internal | |
| Uses of ConfigurationPointDefinition in org.apache.hivemind.definition | 
|---|
| Methods in org.apache.hivemind.definition that return ConfigurationPointDefinition | |
|---|---|
|  ConfigurationPointDefinition | RegistryDefinition.getConfigurationPoint(java.lang.String qualifiedConfigurationPointId)Returns a configuration point that is identified by its id. | 
|  ConfigurationPointDefinition | ModuleDefinition.getConfigurationPoint(java.lang.String id)Returns a configuration point that is identified by its id. | 
| Methods in org.apache.hivemind.definition with parameters of type ConfigurationPointDefinition | |
|---|---|
| static java.lang.String | DefinitionMessages.configurationPointNotVisible(ConfigurationPointDefinition point,
                                                         ModuleDefinition contributingModule) | 
| static java.lang.String | DefinitionMessages.duplicateParserInputFormat(java.lang.String inputFormat,
                                                     ConfigurationPointDefinition cp) | 
| static java.lang.String | DefinitionMessages.wrongNumberOfContributions(ModuleDefinition definingModule,
                                                     ConfigurationPointDefinition point,
                                                     int actualCount,
                                                     Occurances expectation) | 
| Uses of ConfigurationPointDefinition in org.apache.hivemind.definition.impl | 
|---|
| Classes in org.apache.hivemind.definition.impl that implement ConfigurationPointDefinition | |
|---|---|
|  class | ConfigurationPointDefinitionImplDefault implementation of ConfigurationPointDefinition. | 
| Methods in org.apache.hivemind.definition.impl that return ConfigurationPointDefinition | |
|---|---|
|  ConfigurationPointDefinition | ModuleDefinitionHelper.addConfigurationPoint(java.lang.String configurationPointId,
                                           java.lang.String containerType) | 
|  ConfigurationPointDefinition | RegistryDefinitionImpl.getConfigurationPoint(java.lang.String qualifiedConfigurationPointId) | 
|  ConfigurationPointDefinition | ModuleDefinitionImpl.getConfigurationPoint(java.lang.String id) | 
| Methods in org.apache.hivemind.definition.impl with parameters of type ConfigurationPointDefinition | |
|---|---|
|  void | ModuleDefinitionImpl.addConfigurationPoint(ConfigurationPointDefinition configurationPoint)Adds a configuration point definition to the module. | 
|  ContributionDefinition | ModuleDefinitionHelper.addContributionDefinition(ConfigurationPointDefinition configurationPoint,
                                                   Contribution contributionConstructor) | 
| Uses of ConfigurationPointDefinition in org.apache.hivemind.impl | 
|---|
| Methods in org.apache.hivemind.impl that return ConfigurationPointDefinition | |
|---|---|
|  ConfigurationPointDefinition | ConfigurationPointImpl.getConfigurationPointDefinition() | 
| Constructors in org.apache.hivemind.impl with parameters of type ConfigurationPointDefinition | |
|---|---|
| ConfigurationPointImpl(Module module,
                                             ConfigurationPointDefinition definition) | |
| Uses of ConfigurationPointDefinition in org.apache.hivemind.internal | 
|---|
| Methods in org.apache.hivemind.internal that return ConfigurationPointDefinition | |
|---|---|
|  ConfigurationPointDefinition | ConfigurationPoint.getConfigurationPointDefinition() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||