Class JDFVersion


  • public class JDFVersion
    extends java.lang.Object
    This class provides all version and build details of the library. Attention - this only works in case the library is built with maven
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JDF_VERSION
      The current JDF Version.
      static java.lang.String LIB_ARTIFACT_ID
      The maven ArtifactID of the library.
      static java.lang.String LIB_MAJOR_VERSION
      The major version number of the JDF Library.
      static java.lang.String LIB_MINOR_VERSION
      The minor version number of the JDF Library.
      static java.lang.String LIB_NAME
      The name of the JDF Library.
      static java.lang.String LIB_RELEASE_DATE
      The build date of the JDF Library.
      static java.lang.String LIB_VERSION
      The version of the JDF Library.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LIB_ARTIFACT_ID

        public static final java.lang.String LIB_ARTIFACT_ID
        The maven ArtifactID of the library.
      • LIB_NAME

        public static final java.lang.String LIB_NAME
        The name of the JDF Library.
      • LIB_VERSION

        public static final java.lang.String LIB_VERSION
        The version of the JDF Library.
      • LIB_RELEASE_DATE

        public static final java.lang.String LIB_RELEASE_DATE
        The build date of the JDF Library.
      • LIB_MAJOR_VERSION

        public static final java.lang.String LIB_MAJOR_VERSION
        The major version number of the JDF Library.
      • LIB_MINOR_VERSION

        public static final java.lang.String LIB_MINOR_VERSION
        The minor version number of the JDF Library.
      • JDF_VERSION

        public static final java.lang.String JDF_VERSION
        The current JDF Version.