Package com.hello2morrow.sonargraph.api
Interface IIssueAccess
-
public interface IIssueAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IElementAccess
getAffectedElement()
java.lang.String
getDescription()
java.lang.String
getKey()
int
getLineNumber()
java.lang.String
getName()
java.lang.String
getProviderName()
boolean
isIgnored()
-
-
-
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
-
-