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