Uses of Class
org.eclipse.jgit.gitrepo.RepoProject
-
Packages that use RepoProject Package Description org.eclipse.jgit.gitrepo -
-
Uses of RepoProject in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that return RepoProject Modifier and Type Method Description RepoProject
RepoProject. setDefaultRevision(String defaultRevision)
Set the default revision for the sub repo.RepoProject
RepoProject. setGroups(String groupsParam)
Set the url of the sub repo.RepoProject
RepoProject. setUrl(String url)
Set the url of the sub repo.Methods in org.eclipse.jgit.gitrepo that return types with arguments of type RepoProject Modifier and Type Method Description List<RepoProject>
ManifestParser. getFilteredProjects()
Getter for filterdProjects.List<RepoProject>
ManifestParser. getProjects()
Getter for projects.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProject Modifier and Type Method Description int
RepoProject. compareTo(RepoProject that)
boolean
RepoProject. isAncestorOf(RepoProject that)
Check if this sub repo is the ancestor of given sub repo.
-