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.filteredProjects
private final List<RepoProject>
ManifestParser.projects
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.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 TypeMethodDescriptionint
RepoProject.compareTo
(RepoProject that) (package private) boolean
ManifestParser.inGroups
(RepoProject proj) boolean
RepoProject.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 void
BareSuperprojectWriter.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) RevCommit
BareSuperprojectWriter.write
(List<RepoProject> repoProjects) (package private) RevCommit
RegularSuperprojectWriter.write
(List<RepoProject> repoProjects)