Uses of Class
org.eclipse.jgit.gitrepo.RepoProject.LinkFile
-
Packages that use RepoProject.LinkFile Package Description org.eclipse.jgit.gitrepo -
-
Uses of RepoProject.LinkFile in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo with type parameters of type RepoProject.LinkFile Modifier and Type Field Description private java.util.List<RepoProject.LinkFile>
RepoProject. linkfiles
Methods in org.eclipse.jgit.gitrepo that return types with arguments of type RepoProject.LinkFile Modifier and Type Method Description java.util.List<RepoProject.LinkFile>
RepoProject. getLinkFiles()
Getter for the linkfile configurations.Methods in org.eclipse.jgit.gitrepo with parameters of type RepoProject.LinkFile Modifier and Type Method Description void
RepoProject. addLinkFile(RepoProject.LinkFile linkfile)
Add a link file configuration.Method parameters in org.eclipse.jgit.gitrepo with type arguments of type RepoProject.LinkFile Modifier and Type Method Description void
RepoProject. addLinkFiles(java.util.Collection<RepoProject.LinkFile> linkFiles)
Add a bunch of linkfile configurations.
-