|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResolveMerger.MergeFailureReason>
org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
public static enum ResolveMerger.MergeFailureReason
If the merge fails (means: not stopped because of unresolved conflicts) this enum is used to explain why it failed
| Enum Constant Summary | |
|---|---|
COULD_NOT_DELETE
the merge failed because of a file could not be deleted |
|
DIRTY_INDEX
the merge failed because of a dirty index |
|
DIRTY_WORKTREE
the merge failed because of a dirty workingtree |
|
| Method Summary | |
|---|---|
static ResolveMerger.MergeFailureReason |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResolveMerger.MergeFailureReason[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResolveMerger.MergeFailureReason DIRTY_INDEX
public static final ResolveMerger.MergeFailureReason DIRTY_WORKTREE
public static final ResolveMerger.MergeFailureReason COULD_NOT_DELETE
| Method Detail |
|---|
public static ResolveMerger.MergeFailureReason[] values()
for (ResolveMerger.MergeFailureReason c : ResolveMerger.MergeFailureReason.values()) System.out.println(c);
public static ResolveMerger.MergeFailureReason valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||