Package | Description |
---|---|
org.eclipse.jgit.gitrepo |
Modifier and Type | Field and Description |
---|---|
private RepoProject |
ManifestParser.currentProject |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RepoProject> |
ManifestParser.filteredProjects |
private java.util.List<RepoProject> |
ManifestParser.projects |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|