Uses of Enum Class
org.eclipse.jgit.lib.CoreConfig.HideDotFiles
Packages that use CoreConfig.HideDotFiles
Package
Description
Core API for repository, config, refs, object database.
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.HideDotFilesModifier and TypeMethodDescriptionstatic CoreConfig.HideDotFiles
Returns the enum constant of this class with the specified name.static CoreConfig.HideDotFiles[]
CoreConfig.HideDotFiles.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CoreConfig.HideDotFiles in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return CoreConfig.HideDotFilesModifier and TypeMethodDescriptionWorkingTreeOptions.getHideDotFiles()
Get how we create '.'-files (on Windows)