|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tuberlin.cs.cis.ocl.util.ConfigurationLoader
Loads configurations or properties of configuratable Objects in the framework.
Constructor Summary | |
ConfigurationLoader()
|
Method Summary | |
static java.util.Properties |
loadConfiguration(java.lang.Class clasz,
java.lang.String fileName)
Loads the configuration of a class in form of property files. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationLoader()
Method Detail |
public static final java.util.Properties loadConfiguration(java.lang.Class clasz, java.lang.String fileName)
clasz
- a class specifying the location of the property file.fileName
- the filename of the configuration file.
Properties
.Class.getResource(String resource)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |