|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.RegistryInfrastructureConstructor
public class RegistryInfrastructureConstructor
Fed a RegistryDefinition
s, this class will assemble
them into a final RegistryInfrastructure
as well as perform
some validations.
This class was extracted from RegistryBuilder
.
Constructor Summary | |
---|---|
RegistryInfrastructureConstructor(ErrorHandler errorHandler,
org.apache.commons.logging.Log log,
java.util.Locale locale)
|
Method Summary | |
---|---|
RegistryInfrastructure |
constructRegistryInfrastructure(RegistryDefinition definition)
Constructs the registry infrastructure, based on a blueprint defined by a RegistryDefinition . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryInfrastructureConstructor(ErrorHandler errorHandler, org.apache.commons.logging.Log log, java.util.Locale locale)
Method Detail |
---|
public RegistryInfrastructure constructRegistryInfrastructure(RegistryDefinition definition)
RegistryDefinition
.
Expects that all extension resolving has already occured.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |