Class BuildVersion

java.lang.Object
org.opends.server.util.BuildVersion

public final class BuildVersion extends Object
Utility class used for manipulating OpenDJ instance, binary and data versions.
  • Field Details

    • BUILDINFO_FILE_NAME

      public static final String BUILDINFO_FILE_NAME
      The buildinfo file name.
      See Also:
    • CONFIG_VERSION_FILE_NAME

      public static final String CONFIG_VERSION_FILE_NAME
      The config version file name, replaced buildinfo in 6.5.0, and replaced by the ds-cfg-version attribute in config.ldif in 7.0.0 and related development releases.
      See Also:
    • DEFAULT_DATA_VERSION

      public static final com.forgerock.opendj.util.Version DEFAULT_DATA_VERSION
      The default data version, used whenever the datainfo file doesn't exist.
  • Method Details