|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.batch.PropertiesConfigMixin
ConfigMixin implementation that uses Properties file for configuration.
Constructor Summary | |
PropertiesConfigMixin()
|
Method Summary | |
protected java.lang.String |
getPropertyFileName(java.util.Properties p)
Default implementation looks for |
void |
loadConfiguration(java.util.Properties props)
Retrieve property values & append them to the provided default application properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertiesConfigMixin()
Method Detail |
public void loadConfiguration(java.util.Properties props) throws InitializationException
loadConfiguration
in interface ConfigMixin
props
-
InitializationException
protected java.lang.String getPropertyFileName(java.util.Properties p) throws InitializationException
p
- the already loaded configuration properties.
InitializationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |