org.eodisp.hla.crc.application
Class CrcConfiguration

java.lang.Object
  extended by org.eodisp.util.configuration.ConfigurationImpl
      extended by org.eodisp.hla.crc.application.CrcConfiguration
All Implemented Interfaces:
org.eodisp.util.configuration.Configuration

public class CrcConfiguration
extends org.eodisp.util.configuration.ConfigurationImpl

Configuration Implementation of the Crc

Version:
$Id:$
Author:
ibirrer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eodisp.util.configuration.ConfigurationImpl
org.eodisp.util.configuration.ConfigurationImpl.EntryImpl
 
Nested classes/interfaces inherited from interface org.eodisp.util.configuration.Configuration
org.eodisp.util.configuration.Configuration.Entry
 
Field Summary
static java.lang.String DESCRIPTION
          Describes the configuration.
static java.lang.String ID
          The Id of this configuration.This id can be used to retrieve the configuration entries.
static java.lang.String NAME
          The name of the configuration.
 
Constructor Summary
CrcConfiguration(java.io.File file)
          
 
Method Summary
 int getMaxCallbackThreads()
           
static void main(java.lang.String[] args)
           
 void setMaxCallbackThreads(int maxCallbackThreads)
           
 
Methods inherited from class org.eodisp.util.configuration.ConfigurationImpl
containsEntry, createBooleanEntry, createEntry, createEnumEntry, createEnumSetEntry, createFileEntry, createFilelistEntry, createIntEntry, createLongEntry, entries, equals, getCode, getDescription, getDoc, getEntry, getFile, getId, getName, getPropertyFileComment, hashCode, load, needsSave, overrideFromCommandLineParameters, putEntry, save, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
The Id of this configuration.This id can be used to retrieve the configuration entries.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the configuration. This will be shown on the command line.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Describes the configuration. This will be shown on the command line.

See Also:
Constant Field Values
Constructor Detail

CrcConfiguration

public CrcConfiguration(java.io.File file)

Method Detail

getMaxCallbackThreads

public int getMaxCallbackThreads()

setMaxCallbackThreads

public void setMaxCallbackThreads(int maxCallbackThreads)

main

public static void main(java.lang.String[] args)