Class Urls

java.lang.Object
qupath.lib.gui.Urls

public final class Urls extends Object
Class to return core QuPath URLs centrally.

One benefit of this is that it gives one location to update to point to versioned documentation.

Since:
v0.5.0
  • Constructor Details

    • Urls

      public Urls()
  • Method Details

    • getDocsUrl

      public static String getDocsUrl()
      Get the base URL for the QuPath documentation (independent of version).
      Returns:
    • getVersionedDocsUrl

      public static String getVersionedDocsUrl()
      Get the base URL for the QuPath documentation, specifically for this software version.
      Returns:
    • getVersionedDocsUrl

      public static String getVersionedDocsUrl(String relative)
      Get the base URL for the QuPath documentation for this software version, including a relative component to link to a specific page (without leading slash).
      Parameters:
      relative -
      Returns:
    • getCitationUrl

      public static String getCitationUrl()
      Get a URL pointing to a page that explains how to cite this version of QuPath in a publication.
      Returns:
    • getInstallationUrl

      public static String getInstallationUrl()
      Get a URL pointing to a page that explains how to install this version of QuPath.
      Returns:
    • getExtensionsDocsUrl

      public static String getExtensionsDocsUrl()
      Get a URL pointing to a page that explains how to install QuPath extensions.
      Returns:
    • getYouTubeUrl

      public static String getYouTubeUrl()
      Get a URL pointing to the QuPath YouTube channel.
      Returns:
    • getGitHubRepoUrl

      public static String getGitHubRepoUrl()
      Get a URL pointing to the main QuPath GitHub repo.
      Returns:
    • getGitHubIssuesUrl

      public static String getGitHubIssuesUrl()
      Get a URL pointing to the main GitHub issues page.
      Returns:
    • getUserForumUrl

      public static String getUserForumUrl()
      Get a URL pointing to the main QuPath user forum.
      Returns: