org.apache.hivemind.impl
Class RegistryInfrastructureConstructor

java.lang.Object
  extended by org.apache.hivemind.impl.RegistryInfrastructureConstructor

public class RegistryInfrastructureConstructor
extends java.lang.Object

Fed a RegistryDefinitions, this class will assemble them into a final RegistryInfrastructure as well as perform some validations.

This class was extracted from RegistryBuilder.

Since:
1.1
Author:
Howard M. Lewis Ship

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

RegistryInfrastructureConstructor

public RegistryInfrastructureConstructor(ErrorHandler errorHandler,
                                         org.apache.commons.logging.Log log,
                                         java.util.Locale locale)
Method Detail

constructRegistryInfrastructure

public RegistryInfrastructure constructRegistryInfrastructure(RegistryDefinition definition)
Constructs the registry infrastructure, based on a blueprint defined by a RegistryDefinition. Expects that all extension resolving has already occured.



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.