Class JKConstants.Config

java.lang.Object
com.jk.core.config.JKConstants.Config
Enclosing class:
JKConstants

public static class JKConstants.Config extends Object
This class provides the configuration constants.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • DEFAULT_CONFIG_FILE

      public static final String DEFAULT_CONFIG_FILE
      Represents the path to the default properties configuration file.
      See Also:
    • SYSTEM_CONFIG_FILE

      public static final String SYSTEM_CONFIG_FILE
      Represents the path to the system configuration file.
      See Also:
    • APP_CONFIG_FILE

      public static final String APP_CONFIG_FILE
      Represents the path to the application configuration file.
      See Also:
    • CONFIG_FILE

      public static final String CONFIG_FILE
      Represents the path to the properties configuration file..
      See Also:
    • JFRAMEWORK_ENV

      public static final String JFRAMEWORK_ENV
      Represents the environment variable name that may includes the configurations.
      See Also:
    • TEST_CONFIG_FILE

      public static final String TEST_CONFIG_FILE
      Represents the path to the testing configuration file.
      See Also:
    • LOCAL_CONFIG_FILE

      public static final String LOCAL_CONFIG_FILE
      Represents the local configuration file name that should be in the current working directory.
      See Also:
    • LOCAL_CONFIG_FILE_LEGACY

      public static final String LOCAL_CONFIG_FILE_LEGACY
      Represents the local legacy configuration file name.
      See Also:
    • EXCEPTION_HANDLERS_PACKAGE

      public static final String EXCEPTION_HANDLERS_PACKAGE
      Represents the exception handlers location.
      See Also:
    • EXCEPTION_HANDLERS_PACKAGE_DEFAULT

      public static final String EXCEPTION_HANDLERS_PACKAGE_DEFAULT
      Represents the default exception handlers package location.
      See Also:
  • Constructor Details

    • Config

      public Config()