|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jconfig.utils.ConfigurationUtils
Method Summary | |
static java.lang.String |
getConfigProperty(java.lang.String name)
|
static java.lang.String |
getConfigProperty(java.lang.String name,
java.lang.String defaultValue)
|
static java.io.File |
getFile(java.lang.String filename)
Method getFile. |
static java.io.File |
getFileFromInputStream(java.lang.String fileName)
Deprecated. use ResourceLocator instead |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.io.File getFileFromInputStream(java.lang.String fileName)
fileName
- The name of the file
public static java.io.File getFile(java.lang.String filename) throws java.io.IOException
filename
-
java.io.IOException
public static java.lang.String getConfigProperty(java.lang.String name)
public static java.lang.String getConfigProperty(java.lang.String name, java.lang.String defaultValue)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |