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 RepoProjectRepoProject. setDefaultRevision(String defaultRevision)Set the default revision for the sub repo.RepoProjectRepoProject. setGroups(String groupsParam)Set the url of the sub repo.RepoProjectRepoProject. 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 intRepoProject. compareTo(RepoProject that)booleanRepoProject. isAncestorOf(RepoProject that)Check if this sub repo is the ancestor of given sub repo.
-