Uses of Enum Class
org.eclipse.jgit.merge.MergeChunk.ConflictState
Packages that use MergeChunk.ConflictState
-
Uses of MergeChunk.ConflictState in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as MergeChunk.ConflictStateModifier and TypeFieldDescriptionprivate final MergeChunk.ConflictStateMergeChunk.conflictState(package private) static final MergeChunk.ConflictState[]MergeResult.statesMethods in org.eclipse.jgit.merge that return MergeChunk.ConflictStateModifier and TypeMethodDescriptionMergeChunk.getConflictState()Get the state of this chunk.static MergeChunk.ConflictStateReturns the enum constant of this class with the specified name.static MergeChunk.ConflictState[]MergeChunk.ConflictState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.merge with parameters of type MergeChunk.ConflictStateModifier and TypeMethodDescriptionvoidMergeResult.add(int srcIdx, int begin, int end, MergeChunk.ConflictState conflictState) Adds a new range from one of the merged sequences or from the common predecessor.Constructors in org.eclipse.jgit.merge with parameters of type MergeChunk.ConflictStateModifierConstructorDescriptionprotectedMergeChunk(int sequenceIndex, int begin, int end, MergeChunk.ConflictState conflictState) Creates a new empty MergeChunk