Class JKConstants.Build

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

public static class JKConstants.Build extends Object
This class contains the constants needed for a build.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • BUILD_PROPERTIES

      public static final String BUILD_PROPERTIES
      Represents the path to the build properties.
      See Also:
    • BUILD_TIMESTAMP

      public static final String BUILD_TIMESTAMP
      Represents the build time stamp file name.
      See Also:
    • BUILD_TIMESTAMP_FORMAT

      public static final String BUILD_TIMESTAMP_FORMAT
      Represents the format for the build time stamp.
      See Also:
    • BUILD_VERSION

      public static final String BUILD_VERSION
      Represents the current version for the build.
      See Also:
  • Constructor Details

    • Build

      public Build()