com.calitha.util
Class Application

java.lang.Object
  extended by 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

Constructor Summary
Application()
           
 
Method Summary
static File getCurrentWorkingDirectory()
          Gets the current working directory.
static File getStartupWorkingDirectory()
          Gets the current working directory when the application started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

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