Uses of Enum
org.eclipse.jgit.lib.CoreConfig.EOL
Packages that use CoreConfig.EOL
Package
Description
Core API for repository, config, refs, object database.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of CoreConfig.EOL in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.EOLModifier and TypeMethodDescriptionstatic CoreConfig.EOL
Returns the enum constant of this type with the specified name.static CoreConfig.EOL[]
CoreConfig.EOL.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoreConfig.EOL in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as CoreConfig.EOLMethods in org.eclipse.jgit.treewalk that return CoreConfig.EOLModifier and TypeMethodDescriptionWorkingTreeOptions.getEOL()
Get how text line endings should be normalized.