Package org.eodisp.util

Utility classes of the EODiSP framework.

See:
          Description

Interface Summary
AppModule The interface of the an application module.
 

Class Summary
AbstractAppModule Provides an implementation of an AppModule with empty stubs for methods that are allowed to do nothing.
AppRegistry This class gives access to the root application (RootApp) as a singleton.
ArrayUtil  
DeleteLockFileShutdownHook Shutdown hook that deletes the .lock file in the working directory on JVM shutdown.
FileUtil Collection of file and path related functions.
ProgramExecution Provides static methods to create new processes on any operating system, including a special method to start a new Java Virtual Machine (JVM).
RootApp The root application is holds registered application modules and configurations.
ZipUtil  
 

Enum Summary
RootApp.RunState  
 

Package org.eodisp.util Description

Utility classes of the EODiSP framework. Most importantly it contains a framework to startup, configure and shutdown Java applications. Configurations can be set through command line options and/or configuration files.