Interface IIssueAccess


  • public interface IIssueAccess
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the standard name of the issue
      • getProviderName

        java.lang.String getProviderName()
        Returns:
        the standard name of the issue provider
      • getKey

        java.lang.String getKey()
        Returns:
        the key of the issue
      • getDescription

        java.lang.String getDescription()
        Returns:
        the description
      • getLineNumber

        int getLineNumber()
        Returns:
        the line number of -1 if there is no line number information
      • isIgnored

        boolean isIgnored()
        Returns:
        true if this issue is ignored
      • getAffectedElement

        IElementAccess getAffectedElement()
        Returns:
        the affected element