Uses of Class
org.eclipse.jgit.gitrepo.RepoProject
Packages that use RepoProject
-
Uses of RepoProject in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that return RepoProjectModifier and TypeMethodDescriptionRepoProject.setDefaultRevision
(String defaultRevision) Set the default revision for the sub repo.Set the url of the sub repo.Set the url of the sub repo.Methods in org.eclipse.jgit.gitrepo that return types with arguments of type RepoProjectModifier and TypeMethodDescriptionManifestParser.getFilteredProjects()
Getter for filterdProjects.ManifestParser.getProjects()
Getter for projects.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProjectModifier and TypeMethodDescriptionint
RepoProject.compareTo
(RepoProject that) boolean
RepoProject.isAncestorOf
(RepoProject that) Check if this sub repo is the ancestor of given sub repo.