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 RepoProject
ManifestParser. currentProject
Fields in org.eclipse.jgit.gitrepo with type parameters of type RepoProject Modifier and Type Field Description private java.util.List<RepoProject>
ManifestParser. filteredProjects
private java.util.List<RepoProject>
ManifestParser. projects
Methods in org.eclipse.jgit.gitrepo that return RepoProject Modifier and Type Method Description RepoProject
RepoProject. setDefaultRevision(java.lang.String defaultRevision)
Set the default revision for the sub repo.RepoProject
RepoProject. setGroups(java.lang.String groupsParam)
Set the url of the sub repo.RepoProject
RepoProject. 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 int
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 RepoProject Modifier and Type Method Description private void
BareSuperprojectWriter. prepareIndex(java.util.List<RepoProject> projects, DirCache index, ObjectInserter inserter)
private java.util.List<RepoProject>
RepoCommand. renameProjects(java.util.List<RepoProject> projects)
Rename the projects if there's a conflict when converted to submodules.(package private) RevCommit
BareSuperprojectWriter. write(java.util.List<RepoProject> repoProjects)
(package private) RevCommit
RegularSuperprojectWriter. write(java.util.List<RepoProject> repoProjects)
-