Class TextFileLocation

  • All Implemented Interfaces:
    Location

    public class TextFileLocation
    extends AbstractLocation
    Implementation of IssueLocation dedicated to text files.
    Author:
    Damien Carbonne
    • Method Detail

      • getTargetId

        public String getTargetId()
        Returns:
        The identifier of the issue target.
        It is typically a file or a business object that has a user meaningful 'absolute' identifier.
        It can contain a path to the identified target.
      • getPath

        public String getPath()
        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()