Uses of Class
org.eclipse.jgit.gitrepo.RepoProject.CopyFile
Packages that use RepoProject.CopyFile
-
Uses of RepoProject.CopyFile in org.eclipse.jgit.gitrepo
Methods 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.