org.apache.hivemind.definition
Interface RegistryDefinitionPostProcessor


public interface RegistryDefinitionPostProcessor

Interface for post processors that want to get after the definition phase of a registry before the registry is started up. A post processor is allowed to alter the definition structure.

Author:
Huegen

Method Summary
 void postprocess(RegistryDefinition registryDefinition, ErrorHandler errorHandler)
          Is called after all registry providers have run through their process method.
 

Method Detail

postprocess

void postprocess(RegistryDefinition registryDefinition,
                 ErrorHandler errorHandler)
Is called after all registry providers have run through their process method. That means, all extension points of all modules are now known to the registry definition.

Parameters:
registryDefinition - the definition
errorHandler - an handler for the reporting of recoverable errors


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