|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.util.WorkingDirectory
public class WorkingDirectory
This class enables dynamic change of the "current directory".
The directory currency only affects the current thread. Child thread will inherit the currency.
Zephyr Business Solution
Method Summary | |
---|---|
static java.io.File |
file(java.lang.String s)
To create a File object using the current directory. |
static java.io.File |
getBase()
To get the current base directory. |
static void |
setBase(java.io.File b)
To change the current base directory. |
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 file(java.lang.String s)
s
- the file string.
public static java.io.File getBase()
public static void setBase(java.io.File b)
b
- the new base directory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |