|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.impl.RegistryAssemblyImpl
public class RegistryAssemblyImpl
Implementation of RegistryAssembly.
| 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 |
|---|
public RegistryAssemblyImpl()
| Method Detail |
|---|
public void addPostProcessor(java.lang.Runnable postProcessor)
RegistryAssemblyRunnable object that will be called after all modules have been parsed.
addPostProcessor in interface RegistryAssemblypublic void performPostProcessing()
Runnable.run() on each Runnable object previously stored using
addPostProcessor(Runnable).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||