com.rhi.architecture.parc
Class PARCConfiguration

java.lang.Object
  extended bycom.rhi.architecture.batch.ApplicationConfig
      extended bycom.rhi.architecture.parc.PARCConfiguration

public class PARCConfiguration
extends ApplicationConfig

It contains the static constants, which helps in keeping the hardcoding of values at one place.

Since:
1.0
Author:
Gaurang Patel

Field Summary
static java.lang.String INPUT_FILE_NAME
           
static java.lang.String INPUT_FILE_NAME1
          String constant, which holds the key name to read the value of file name.
static java.lang.String INPUT_FILE_PATH1
          String constant, which holds the key name to read the value of file path.
 
Fields inherited from class com.rhi.architecture.batch.ApplicationConfig
ALL_ENV, DB_DRIVER, DB_PASSWORD, DB_URL, DB_USERNAME, ENVIRONMENT, LOAD_PROPERTIES_SQL, PROG_NAME
 
Constructor Summary
PARCConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT_FILE_NAME1

public static final java.lang.String INPUT_FILE_NAME1
String constant, which holds the key name to read the value of file name.

See Also:
Constant Field Values

INPUT_FILE_PATH1

public static final java.lang.String INPUT_FILE_PATH1
String constant, which holds the key name to read the value of file path.

See Also:
Constant Field Values

INPUT_FILE_NAME

public static final java.lang.String INPUT_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

PARCConfiguration

public PARCConfiguration()


Copyright © 2002-2004 Robert Half International. All Rights Reserved.