Uses of Class
org.eclipse.jgit.gitrepo.RepoProject.LinkFile
Packages that use RepoProject.LinkFile
-
Uses of RepoProject.LinkFile in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo with type parameters of type RepoProject.LinkFileMethods in org.eclipse.jgit.gitrepo that return types with arguments of type RepoProject.LinkFileModifier and TypeMethodDescriptionRepoProject.getLinkFiles()
Getter for the linkfile configurations.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProject.LinkFileModifier and TypeMethodDescriptionvoid
RepoProject.addLinkFile
(RepoProject.LinkFile linkfile) Add a link file configuration.Method parameters in org.eclipse.jgit.gitrepo with type arguments of type RepoProject.LinkFileModifier and TypeMethodDescriptionvoid
RepoProject.addLinkFiles
(Collection<RepoProject.LinkFile> linkFiles) Add a bunch of linkfile configurations.