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 String
Represents the path to the application configuration file.static final String
Represents the path to the properties configuration file..static final String
Represents the path to the default properties configuration file.static final String
Represents the exception handlers location.static final String
Represents the default exception handlers package location.static final String
Represents the environment variable name that may includes the configurations.static final String
Represents the local configuration file name that should be in the current working directory.static final String
Represents the local legacy configuration file name.static final String
Represents the path to the system configuration file.static final String
Represents 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()
-