Uses of Class
org.eclipse.jgit.gitrepo.RepoProject.CopyFile
-
Packages that use RepoProject.CopyFile Package Description org.eclipse.jgit.gitrepo -
-
Uses of RepoProject.CopyFile in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo with type parameters of type RepoProject.CopyFile Modifier and Type Field Description private java.util.List<RepoProject.CopyFile>
RepoProject. copyfiles
Methods in org.eclipse.jgit.gitrepo that return types with arguments of type RepoProject.CopyFile Modifier and Type Method Description java.util.List<RepoProject.CopyFile>
RepoProject. getCopyFiles()
Getter for the copyfile configurations.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProject.CopyFile Modifier and Type Method Description void
RepoProject. addCopyFile(RepoProject.CopyFile copyfile)
Add a copy file configuration.Method parameters in org.eclipse.jgit.gitrepo with type arguments of type RepoProject.CopyFile Modifier and Type Method Description void
RepoProject. addCopyFiles(java.util.Collection<RepoProject.CopyFile> copyFiles)
Add a bunch of copyfile configurations.private void
RegularSuperprojectWriter. addSubmodule(java.lang.String name, java.lang.String url, java.lang.String path, java.lang.String revision, java.util.List<RepoProject.CopyFile> copyfiles, java.util.List<RepoProject.LinkFile> linkfiles, Git git)
-