|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesInitializer
Offers the minimal functionallity for a properties initializer of any type.
Method Summary | |
---|---|
void |
init(java.lang.String propertiesFile)
Initialize correctly the configuration properties. |
Method Detail |
---|
void init(java.lang.String propertiesFile) throws InitializationException
propertiesFile
- File with all configuration properties.
This file must to follow the java.util.Properties contract.
InitializationException
- if an error occurs during
the initialization of the different properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |