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
Fields in org.eclipse.jgit.gitrepo declared as RepoProject Modifier and Type Field Description private RepoProjectManifestParser. currentProjectFields in org.eclipse.jgit.gitrepo with type parameters of type RepoProject Modifier and Type Field Description private java.util.List<RepoProject>ManifestParser. filteredProjectsprivate java.util.List<RepoProject>ManifestParser. projectsMethods in org.eclipse.jgit.gitrepo that return RepoProject Modifier and Type Method Description RepoProjectRepoProject. setDefaultRevision(java.lang.String defaultRevision)Set the default revision for the sub repo.RepoProjectRepoProject. setGroups(java.lang.String groupsParam)Set the url of the sub repo.RepoProjectRepoProject. setUrl(java.lang.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 java.util.List<RepoProject>ManifestParser. getFilteredProjects()Getter for filterdProjects.java.util.List<RepoProject>ManifestParser. getProjects()Getter for projects.private java.util.List<RepoProject>RepoCommand. renameProjects(java.util.List<RepoProject> projects)Rename the projects if there's a conflict when converted to submodules.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProject Modifier and Type Method Description intRepoProject. compareTo(RepoProject that)(package private) booleanManifestParser. inGroups(RepoProject proj)booleanRepoProject. isAncestorOf(RepoProject that)Check if this sub repo is the ancestor of given sub repo.Method parameters in org.eclipse.jgit.gitrepo with type arguments of type RepoProject Modifier and Type Method Description private java.util.List<RepoProject>RepoCommand. renameProjects(java.util.List<RepoProject> projects)Rename the projects if there's a conflict when converted to submodules.
-