org.apache.hivemind.impl
Class RegistryAssemblyImpl

java.lang.Object
  extended by org.apache.hivemind.impl.RegistryAssemblyImpl
All Implemented Interfaces:
RegistryAssembly

public class RegistryAssemblyImpl
extends java.lang.Object
implements RegistryAssembly

Implementation of RegistryAssembly.

Author:
Howard Lewis Ship

Constructor Summary
RegistryAssemblyImpl()
           
 
Method Summary
 void addPostProcessor(java.lang.Runnable postProcessor)
          Adds a Runnable object that will be called after all modules have been parsed.
 void performPostProcessing()
          Invokes Runnable.run() on each Runnable object previously stored using addPostProcessor(Runnable).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryAssemblyImpl

public RegistryAssemblyImpl()
Method Detail

addPostProcessor

public void addPostProcessor(java.lang.Runnable postProcessor)
Description copied from interface: RegistryAssembly
Adds a Runnable object that will be called after all modules have been parsed.

Specified by:
addPostProcessor in interface RegistryAssembly

performPostProcessing

public void performPostProcessing()
Invokes Runnable.run() on each Runnable object previously stored using addPostProcessor(Runnable).