Class BuildInfo

java.lang.Object
qupath.lib.gui.BuildInfo

public class BuildInfo extends Object
Basic version information about the current QuPath build.
Author:
Pete Bankhead
  • Method Details

    • getInstance

      public static BuildInfo getInstance()
      Get the shared BuildInfo instance.
      Returns:
    • getVersion

      public Version getVersion()
      Get the version, or null if the version is unknown.
      Returns:
    • getBuildString

      public String 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

      public String getLatestCommit()
      Get reference to the latest git commit, if known, or null if this has not be preserved.
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object