Uses of Class
org.eclipse.jgit.gitrepo.RepoProject
Packages that use RepoProject
-
Uses of RepoProject in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo declared as RepoProjectFields in org.eclipse.jgit.gitrepo with type parameters of type RepoProjectModifier and TypeFieldDescriptionprivate final List<RepoProject>ManifestParser.filteredProjectsprivate final List<RepoProject>ManifestParser.projectsMethods 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.private List<RepoProject>RepoCommand.renameProjects(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 RepoProjectModifier and TypeMethodDescriptionintRepoProject.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 RepoProjectModifier and TypeMethodDescriptionprivate voidBareSuperprojectWriter.prepareIndex(List<RepoProject> projects, DirCache index, ObjectInserter inserter) private List<RepoProject>RepoCommand.renameProjects(List<RepoProject> projects) Rename the projects if there's a conflict when converted to submodules.(package private) RevCommitBareSuperprojectWriter.write(List<RepoProject> repoProjects) (package private) RevCommitRegularSuperprojectWriter.write(List<RepoProject> repoProjects)