Package qupath.lib.gui
Class Urls
java.lang.Object
qupath.lib.gui.Urls
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
Get a URL pointing to a page that explains how to cite this version of QuPath in a publication.static final String
Get the base URL for the QuPath documentation (independent of version).static final String
Get a URL pointing to the main GitHub issues page.static final String
Get a URL pointing to the main QuPath GitHub repo.static final String
Get a URL pointing to a page that explains how to install this version of QuPath.static final String
Get a URL pointing to the main QuPath user forum.static final String
Get the base URL for the QuPath documentation, specifically for this software version.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).static final String
Get a URL pointing to the QuPath YouTube channel.
-
Constructor Details
-
Urls
public Urls()
-
-
Method Details
-
getDocsUrl
Get the base URL for the QuPath documentation (independent of version).- Returns:
-
getVersionedDocsUrl
Get the base URL for the QuPath documentation, specifically for this software version.- Returns:
-
getVersionedDocsUrl
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
Get a URL pointing to a page that explains how to cite this version of QuPath in a publication.- Returns:
-
getInstallationUrl
Get a URL pointing to a page that explains how to install this version of QuPath.- Returns:
-
getYouTubeUrl
Get a URL pointing to the QuPath YouTube channel.- Returns:
-
getGitHubRepoUrl
Get a URL pointing to the main QuPath GitHub repo.- Returns:
-
getGitHubIssuesUrl
Get a URL pointing to the main GitHub issues page.- Returns:
-
getUserForumUrl
Get a URL pointing to the main QuPath user forum.- Returns:
-