Package qupath.lib.gui
Class BuildInfo
java.lang.Object
qupath.lib.gui.BuildInfo
Basic version information about the current QuPath build.
- 
Method SummaryModifier 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- 
getInstanceGet the sharedBuildInfoinstance.- Returns:
 
- 
getVersionGet the version, or null if the version is unknown.- Returns:
 
- 
getBuildStringGet 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:
 
- 
getLatestCommitGet reference to the latest git commit, if known, or null if this has not be preserved.- Returns:
 
- 
toString
 
-