Package com.jk.core.config
Class JKConstants.Config
java.lang.Object
com.jk.core.config.JKConstants.Config
- Enclosing class:
 - JKConstants
 
This class provides the configuration constants.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRepresents the path to the application configuration file.static final StringRepresents the path to the properties configuration file..static final StringRepresents the path to the default properties configuration file.static final StringRepresents the exception handlers location.static final StringRepresents the default exception handlers package location.static final StringRepresents the environment variable name that may includes the configurations.static final StringRepresents the local configuration file name that should be in the current working directory.static final StringRepresents the local legacy configuration file name.static final StringRepresents the path to the system configuration file.static final StringRepresents the path to the testing configuration file. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
DEFAULT_CONFIG_FILE
Represents the path to the default properties configuration file.- See Also:
 
 - 
SYSTEM_CONFIG_FILE
Represents the path to the system configuration file.- See Also:
 
 - 
APP_CONFIG_FILE
Represents the path to the application configuration file.- See Also:
 
 - 
CONFIG_FILE
Represents the path to the properties configuration file..- See Also:
 
 - 
JFRAMEWORK_ENV
Represents the environment variable name that may includes the configurations.- See Also:
 
 - 
TEST_CONFIG_FILE
Represents the path to the testing configuration file.- See Also:
 
 - 
LOCAL_CONFIG_FILE
Represents the local configuration file name that should be in the current working directory.- See Also:
 
 - 
LOCAL_CONFIG_FILE_LEGACY
Represents the local legacy configuration file name.- See Also:
 
 - 
EXCEPTION_HANDLERS_PACKAGE
Represents the exception handlers location.- See Also:
 
 - 
EXCEPTION_HANDLERS_PACKAGE_DEFAULT
Represents the default exception handlers package location.- See Also:
 
 
 - 
 - 
Constructor Details
- 
Config
public Config() 
 -