org.eodisp.hla.lrc.application
Class LrcApplication

java.lang.Object
  extended by org.eodisp.util.RootApp
      extended by org.eodisp.hla.lrc.application.LrcApplication

public class LrcApplication
extends org.eodisp.util.RootApp

Version:
$Id:$
Author:
ibirrer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eodisp.util.RootApp
org.eodisp.util.RootApp.RunState
 
Field Summary
static java.lang.String APP_DESCRIPTION
           
static java.lang.String APP_NAME
           
static java.lang.String DEFAULT_WORKING_DIR
          The complete path of the default working directory of the central rti component (crc), this is: {user.home}/.eodisp/lrc
 
Fields inherited from class org.eodisp.util.RootApp
WORKING_DIR_SYSTEM_PROPERTY
 
Constructor Summary
LrcApplication()
           
 
Method Summary
static void registerLrcModules(org.eodisp.util.RootApp rootApp)
           
 
Methods inherited from class org.eodisp.util.RootApp
execute, executeAdditionalAppModules, getAppModule, getConfiguration, getConfigurationDir, getDataDir, getDefaultWorkingDir, getDescription, getName, getRunState, getWorkingDir, initJsap, initLogger, initWorkingDirs, loadConfigurationsFromCommandLine, loadConfigurationsFromFile, registerAppModule, registerConfiguration, registerConfiguration, registerConfiguration, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
See Also:
Constant Field Values

APP_DESCRIPTION

public static final java.lang.String APP_DESCRIPTION
See Also:
Constant Field Values

DEFAULT_WORKING_DIR

public static final java.lang.String DEFAULT_WORKING_DIR
The complete path of the default working directory of the central rti component (crc), this is: {user.home}/.eodisp/lrc

Constructor Detail

LrcApplication

public LrcApplication()
Method Detail

registerLrcModules

public static void registerLrcModules(org.eodisp.util.RootApp rootApp)