org.apache.hivemind.impl
Interface RegistryAssembly

All Known Implementing Classes:
RegistryAssemblyImpl

public interface RegistryAssembly

Interfaced used during the construction of the Registry.

Author:
Howard Lewis Ship

Method Summary
 void addPostProcessor(java.lang.Runnable postProcessor)
          Adds a Runnable object that will be called after all modules have been parsed.
 

Method Detail

addPostProcessor

void addPostProcessor(java.lang.Runnable postProcessor)
Adds a Runnable object that will be called after all modules have been parsed.