Uses of Class
org.eclipse.jgit.lib.CoreConfig.HideDotFiles
-
Packages that use CoreConfig.HideDotFiles 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.HideDotFiles in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.HideDotFiles Modifier and Type Method Description static CoreConfig.HideDotFiles
CoreConfig.HideDotFiles. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoreConfig.HideDotFiles[]
CoreConfig.HideDotFiles. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoreConfig.HideDotFiles in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return CoreConfig.HideDotFiles Modifier and Type Method Description CoreConfig.HideDotFiles
WorkingTreeOptions. getHideDotFiles()
Get how we create '.'-files (on Windows)
-