Package ca.uhn.fhir.util
Class VersionUtil
- java.lang.Object
-
- ca.uhn.fhir.util.VersionUtil
-
public class VersionUtil extends Object
Used internally by HAPI to log the version of the HAPI FHIR framework once, when the framework is first loaded by the classloader.
-
-
Constructor Summary
Constructors Constructor Description VersionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBuildNumber()static StringgetBuildTime()static StringgetVersion()
-
-
-
Constructor Detail
-
VersionUtil
public VersionUtil()
-
-
Method Detail
-
getBuildNumber
public static String getBuildNumber()
-
getBuildTime
public static String getBuildTime()
-
getVersion
public static String getVersion()
-
-