Uses of Enum Class
org.eclipse.jgit.lib.CoreConfig.CheckStat
Packages that use CoreConfig.CheckStat
Package
Description
Core API for repository, config, refs, object database.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of CoreConfig.CheckStat in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return CoreConfig.CheckStatModifier and TypeMethodDescriptionstatic CoreConfig.CheckStatReturns the enum constant of this class with the specified name.static CoreConfig.CheckStat[]CoreConfig.CheckStat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CoreConfig.CheckStat in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as CoreConfig.CheckStatMethods in org.eclipse.jgit.treewalk that return CoreConfig.CheckStatModifier and TypeMethodDescriptionWorkingTreeOptions.getCheckStat()Get how stat data is compared.