|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryDefinition | |
---|---|
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. |
Uses of RegistryDefinition in org.apache.hivemind.definition |
---|
Methods in org.apache.hivemind.definition with parameters of type RegistryDefinition | |
---|---|
void |
RegistryDefinitionPostProcessor.postprocess(RegistryDefinition registryDefinition,
ErrorHandler errorHandler)
Is called after all registry providers have run through their process method. |
Uses of RegistryDefinition in org.apache.hivemind.definition.impl |
---|
Classes in org.apache.hivemind.definition.impl that implement RegistryDefinition | |
---|---|
class |
RegistryDefinitionImpl
Default implementation of RegistryDefinition . |
Uses of RegistryDefinition in org.apache.hivemind.impl |
---|
Methods in org.apache.hivemind.impl that return RegistryDefinition | |
---|---|
RegistryDefinition |
RegistryBuilder.getRegistryDefinition()
|
Methods in org.apache.hivemind.impl with parameters of type RegistryDefinition | |
---|---|
void |
RegistryBuilder.checkContributionCounts(RegistryDefinition definition)
Checks that each configuration extension point has the right number of contributions. |
static Registry |
RegistryBuilder.constructRegistry(RegistryDefinition definition,
ErrorHandler errorHandler,
java.util.Locale locale)
Constructs the registry from a specified RegistryDefinition . |
RegistryInfrastructure |
RegistryInfrastructureConstructor.constructRegistryInfrastructure(RegistryDefinition definition)
Constructs the registry infrastructure, based on a blueprint defined by a RegistryDefinition . |
void |
RegistryProvider.process(RegistryDefinition registryDefinition,
ErrorHandler errorHandler)
Called during the registry definition phase, before the registry is constructed. |
void |
CoreServicesProvider.process(RegistryDefinition registryDefinition,
ErrorHandler errorHandler)
|
Constructors in org.apache.hivemind.impl with parameters of type RegistryDefinition | |
---|---|
ExtensionResolver(RegistryDefinition definition,
ErrorHandler errorHandler)
|
|
RegistryBuilder(RegistryDefinition registryDefinition)
Constructs a new instance that starts with the provided RegistryDefinition . |
|
RegistryBuilder(RegistryDefinition registryDefinition,
ErrorHandler errorHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |