Package org.cip4.jdflib.core
Class JDFVersion
- java.lang.Object
-
- org.cip4.jdflib.core.JDFVersion
-
public class JDFVersion extends java.lang.ObjectThis 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.StringJDF_VERSIONThe current JDF Version.static java.lang.StringLIB_ARTIFACT_IDThe maven ArtifactID of the library.static java.lang.StringLIB_MAJOR_VERSIONThe major version number of the JDF Library.static java.lang.StringLIB_MINOR_VERSIONThe minor version number of the JDF Library.static java.lang.StringLIB_NAMEThe name of the JDF Library.static java.lang.StringLIB_RELEASE_DATEThe build date of the JDF Library.static java.lang.StringLIB_VERSIONThe version of the JDF Library.
-
-
-
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.
-
-