Class TextFileIssueLocation

  • All Implemented Interfaces:
    IssueLocation

    public class TextFileIssueLocation
    extends Object
    implements IssueLocation
    Implementation of IssueLocation dedicated to text files.
    Author:
    Damien Carbonne
    • Method Detail

      • getTargetId

        public String getTargetId()
        Specified by:
        getTargetId in interface IssueLocation
        Returns:
        The identifier of the issue target.
        It is typically a file, object, ... that has a user meaningful 'absolute' identifier.
      • getPath

        public String getPath()
        Specified by:
        getPath in interface IssueLocation
        Returns:
        The path, relative to target, of the issue. It may be null.
      • getSystemId

        public String getSystemId()
      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object