Package org.restheart
Class Version
java.lang.Object
org.restheart.Version
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Method Summary
Modifier and TypeMethodDescriptionthe RESTHEart build time is read from the JAR's MANIFEST.MF file, which is automatically generated by the Maven build processstatic Versionthe RESTHEart version is read from the JAR's MANIFEST.MF file, which is automatically generated by the Maven build process
-
Method Details
-
getInstance
- Returns:
- VersionHolder.INSTANCE
-
getVersion
the RESTHEart version is read from the JAR's MANIFEST.MF file, which is automatically generated by the Maven build process- Returns:
- the version of RESTHeart or null if it is not packaged
-
getBuildTime
the RESTHEart build time is read from the JAR's MANIFEST.MF file, which is automatically generated by the Maven build process- Returns:
- the build time defined in the MANIFEST.MF file, or now if it is not packaged
-