Package qupath.lib.gui.extensions
Class GitHubProject.GitHubRepo
java.lang.Object
qupath.lib.gui.extensions.GitHubProject.GitHubRepo
- Enclosing interface:
- GitHubProject
Helper class to represent a GitHub repository.
- 
Method SummaryModifier and TypeMethodDescriptionstatic GitHubProject.GitHubRepoCreate a newGitHubProject.booleangetName()Get the name.getOwner()Get the owner.getRepo()Get the repo.Get the URL for the main repo.inthashCode()toString()
- 
Method Details- 
getOwnerGet the owner.- Returns:
 
- 
getRepoGet the repo.- Returns:
 
- 
getNameGet the name. This can be used to identify the overall project, but is not part of the source code URL.- Returns:
 
- 
getUrlStringGet the URL for the main repo.- Returns:
 
- 
toString
- 
createCreate a newGitHubProject.- Parameters:
- name- a user-friendly name
- owner- the owner, used as the first part in the GitHub URL
- repo- the repo, used as the second part in the GitHub URL
- Returns:
 
- 
hashCodepublic int hashCode()
- 
equals
 
-