Package org.cip4.jdflib.core
Class JDFVersion
java.lang.Object
org.cip4.jdflib.core.JDFVersion
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
FieldsModifier and TypeFieldDescriptionstatic final StringThe current JDF Version.static final StringThe maven ArtifactID of the library.static final StringThe major version number of the JDF Library.static final StringThe minor version number of the JDF Library.static final StringThe name of the JDF Library.static final StringThe build date of the JDF Library.static final StringThe version of the JDF Library. -
Method Summary
-
Field Details
-
LIB_ARTIFACT_ID
The maven ArtifactID of the library. -
LIB_NAME
The name of the JDF Library. -
LIB_VERSION
The version of the JDF Library. -
LIB_RELEASE_DATE
The build date of the JDF Library. -
LIB_MAJOR_VERSION
The major version number of the JDF Library. -
LIB_MINOR_VERSION
The minor version number of the JDF Library. -
JDF_VERSION
The current JDF Version.
-