Class DefaultIssueLocation

  • All Implemented Interfaces:
    IssueLocation

    public class DefaultIssueLocation
    extends AbstractIssueLocation
    Default implementation of IssueLocation.

    For example, it can be used to designate the attribute of an object.

    Author:
    Damien Carbonne
    • Constructor Detail

      • DefaultIssueLocation

        public DefaultIssueLocation​(String targetId,
                                    String path)
      • DefaultIssueLocation

        public DefaultIssueLocation​(String targetId)
    • 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.
      • getPath

        public String getPath()
        Returns:
        The path, relative to target, of the issue. It may be null.