public class RegistryAssemblyImpl extends java.lang.Object implements RegistryAssembly
RegistryAssembly
.Constructor and Description |
---|
RegistryAssemblyImpl() |
Modifier and Type | Method and Description |
---|---|
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) . |
public RegistryAssemblyImpl()
public void addPostProcessor(java.lang.Runnable postProcessor)
RegistryAssembly
Runnable
object that will be called after all modules have been parsed.addPostProcessor
in interface RegistryAssembly
public void performPostProcessing()
Runnable.run()
on each Runnable object previously stored using
addPostProcessor(Runnable)
.