public static enum CoreConfig.CheckStat extends Enum<CoreConfig.CheckStat>
core.checkstat| Enum Constant and Description | 
|---|
DEFAULT
Check as much of the dircache stat info as possible. 
 | 
MINIMAL
Only check the size and whole second part of time stamp when
 comparing the stat info in the dircache with actual file stat info. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CoreConfig.CheckStat | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CoreConfig.CheckStat[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CoreConfig.CheckStat MINIMAL
public static final CoreConfig.CheckStat DEFAULT
public static CoreConfig.CheckStat[] values()
for (CoreConfig.CheckStat c : CoreConfig.CheckStat.values()) System.out.println(c);
public static CoreConfig.CheckStat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Eclipse JGit Project. All rights reserved.