com.calitha.util
Class Application
java.lang.Object
com.calitha.util.Application
public final class Application
- extends Object
The Application class provides several convenience methods that
deal with the entire application.
- Author:
- Robert van Loenhout
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
getCurrentWorkingDirectory
public static File getCurrentWorkingDirectory()
- Gets the current working directory.
- Returns:
- current working directory
getStartupWorkingDirectory
public static File getStartupWorkingDirectory()
- Gets the current working directory when the application started.
- Returns:
- startup working directory