|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.WorkingDirectory
public class WorkingDirectory
This class is used to manage the working directory of the SBRT.
Constructor Summary | |
---|---|
WorkingDirectory()
|
Method Summary | |
---|---|
static java.io.File |
get()
Returns the current working directory. |
static void |
set(java.io.File workingDir)
Sets the working directory to the provided value. |
static void |
set(java.lang.String workingDir)
Sets the working directory to the provided value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkingDirectory()
Method Detail |
---|
public static java.io.File get()
public static void set(java.io.File workingDir)
workingDir
- the new working directory.
ApplicationException
- if the provided file is not a directory.public static void set(java.lang.String workingDir)
workingDir
- the name of the new working directory.
ApplicationException
- if the specified file is not a directory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |