|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.properties.ClassPropertiesLoader
Load file where the class is find.
Example: class is: test.crispy.Run
the file is in the same directory
/test/crispy/example.properties
use internal: clazz.getResourceAsStream(fileName);
Constructor Summary | |
ClassPropertiesLoader(java.lang.Class pvClass,
java.lang.String pvFileName)
|
Method Summary | |
java.util.Properties |
load()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassPropertiesLoader(java.lang.Class pvClass, java.lang.String pvFileName)
Method Detail |
public java.util.Properties load()
load
in interface PropertiesLoader
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |