INNER CODE UNIT · Java
getVersionNumber
SoftInstigate/restheart · commons/src/main/java/org/restheart/Version.java:70
public Optional<String> getVersionNumber() {
return Optional.ofNullable(versionNumber);
}
/**
* the RESTHEart build time is read from the JAR's MANIFEST.MF file, which
* is automatically generated by the Maven build process
*
* @return the build time defined in the MANIFEST.MF file, or now if it is
* not packaged
*/
public Instant getBuildTime() {
return buildTime;
}
/**
*
* @return the build time defined in the MANIFEST.MF file, or now if not