Package qupath.lib.gui
Class BuildInfo
java.lang.Object
qupath.lib.gui.BuildInfo
Basic version information about the current QuPath build.
- Author:
- Pete Bankhead
-
Method Summary
Modifier and TypeMethodDescriptionGet the build String, or null if no build String is available.static BuildInfo
Get the sharedBuildInfo
instance.Get reference to the latest git commit, if known, or null if this has not be preserved.Get the version, or null if the version is unknown.toString()
-
Method Details
-
getInstance
Get the sharedBuildInfo
instance.- Returns:
-
getVersion
Get the version, or null if the version is unknown.- Returns:
-
getBuildString
Get the build String, or null if no build String is available. This provides a short summary of build information, including version, build time, and latest commit if known.- Returns:
-
getLatestCommit
Get reference to the latest git commit, if known, or null if this has not be preserved.- Returns:
-
toString
-