Uses of Enum
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
Subclasses with type arguments of type CoreConfig.AutoCRLF in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic enumPermissible values forcore.autocrlf.Methods in org.eclipse.jgit.lib that return CoreConfig.AutoCRLFModifier and TypeMethodDescriptionstatic CoreConfig.AutoCRLFReturns the enum constant of this type with the specified name.static CoreConfig.AutoCRLF[]CoreConfig.AutoCRLF.values()Returns an array containing the constants of this enum type, 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.