public abstract class

AbstractPathGitMergeConflict

extends AbstractGitMergeConflict
java.lang.Object
   ↳ com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflict
     ↳ com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractPathGitMergeConflict
Known Direct Subclasses

Summary

Protected Constructors
AbstractPathGitMergeConflict(GitMergeConflictType type, String message, ChangeType change, String path)
AbstractPathGitMergeConflict(GitMergeConflictType type, String message, ChangeType ourChange, ChangeType theirChange, String path)
Public Methods
@Nonnull String getPath()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflict
From class java.lang.Object
From interface com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflict

Protected Constructors

protected AbstractPathGitMergeConflict (GitMergeConflictType type, String message, ChangeType change, String path)

protected AbstractPathGitMergeConflict (GitMergeConflictType type, String message, ChangeType ourChange, ChangeType theirChange, String path)

Public Methods

@Nonnull public String getPath ()