|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.batch.ConfigMixinUtils
ConfigMixinUtils
Abstracts away the loading of configuration data so that it can be shared
by different classes. (PipelineProcess & PARCApplication currently.)
Constructor Summary | |
ConfigMixinUtils()
|
Method Summary | |
static void |
loadAllMixins(java.util.Properties props)
Mixin classes can be used to append configuration information from disparate sources w/o affecting the core batch architecture. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigMixinUtils()
Method Detail |
public static void loadAllMixins(java.util.Properties props) throws InitializationException
props
- - the complete config set.
InitializationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |