public static enum RecursiveMergerTest.WorktreeState extends Enum<RecursiveMergerTest.WorktreeState>
Enum Constant and Description |
---|
Bare |
DifferentFromHeadAndOther |
Missing |
SameAsHead |
SameAsOther |
Modifier and Type | Method and Description |
---|---|
static RecursiveMergerTest.WorktreeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecursiveMergerTest.WorktreeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecursiveMergerTest.WorktreeState Bare
public static final RecursiveMergerTest.WorktreeState Missing
public static final RecursiveMergerTest.WorktreeState SameAsHead
public static final RecursiveMergerTest.WorktreeState DifferentFromHeadAndOther
public static final RecursiveMergerTest.WorktreeState SameAsOther
public static RecursiveMergerTest.WorktreeState[] values()
for (RecursiveMergerTest.WorktreeState c : RecursiveMergerTest.WorktreeState.values()) System.out.println(c);
public static RecursiveMergerTest.WorktreeState 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 © 2018 Eclipse JGit Project. All rights reserved.