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 BuildInfoGet the sharedBuildInfoinstance.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 sharedBuildInfoinstance.- 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
-