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
Author:
Pete Bankhead
  • Constructor Details

    • Urls

      public Urls()
  • Method Details

    • getDocsUrl

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

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

      public static final 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 final 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 final String getInstallationUrl()
      Get a URL pointing to a page that explains how to install this version of QuPath.
      Returns:
    • getYouTubeUrl

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

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

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

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