Uses of Class
org.eclipse.jgit.lib.CoreConfig.SymLinks
-
Packages that use CoreConfig.SymLinks Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
-
Uses of CoreConfig.SymLinks in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.SymLinks Modifier and Type Method Description static CoreConfig.SymLinks
CoreConfig.SymLinks. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CoreConfig.SymLinks[]
CoreConfig.SymLinks. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoreConfig.SymLinks in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as CoreConfig.SymLinks Modifier and Type Field Description private CoreConfig.SymLinks
WorkingTreeOptions. symlinks
Methods in org.eclipse.jgit.treewalk that return CoreConfig.SymLinks Modifier and Type Method Description CoreConfig.SymLinks
WorkingTreeOptions. getSymLinks()
Get how we handle symbolic links
-