Uses of Class
org.eclipse.jgit.gitrepo.RepoProject.CopyFile
Packages that use RepoProject.CopyFile
-
Uses of RepoProject.CopyFile in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo with type parameters of type RepoProject.CopyFileMethods in org.eclipse.jgit.gitrepo that return types with arguments of type RepoProject.CopyFileModifier and TypeMethodDescriptionRepoProject.getCopyFiles()Getter for the copyfile configurations.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProject.CopyFileModifier and TypeMethodDescriptionvoidRepoProject.addCopyFile(RepoProject.CopyFile copyfile) Add a copy file configuration.Method parameters in org.eclipse.jgit.gitrepo with type arguments of type RepoProject.CopyFileModifier and TypeMethodDescriptionvoidRepoProject.addCopyFiles(Collection<RepoProject.CopyFile> copyFiles) Add a bunch of copyfile configurations.private voidRegularSuperprojectWriter.addSubmodule(String name, String url, String path, String revision, List<RepoProject.CopyFile> copyfiles, List<RepoProject.LinkFile> linkfiles, Git git)