Uses of Enum Class
org.eclipse.jgit.lib.CoreConfig.AutoCRLF
Packages that use CoreConfig.AutoCRLF
Package
Description
Core API for repository, config, refs, object database.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of CoreConfig.AutoCRLF in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.AutoCRLFModifier and TypeMethodDescriptionstatic CoreConfig.AutoCRLF
Returns the enum constant of this class with the specified name.static CoreConfig.AutoCRLF[]
CoreConfig.AutoCRLF.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CoreConfig.AutoCRLF in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as CoreConfig.AutoCRLFMethods in org.eclipse.jgit.treewalk that return CoreConfig.AutoCRLFModifier and TypeMethodDescriptionWorkingTreeOptions.getAutoCRLF()
Get automatic CRLF conversion configuration.