public class Issue extends Object implements Comparable<Issue>
Constructor and Description |
---|
Issue(Severity severity,
String title,
Integer... rowNumbers) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Issue issue) |
Explanation |
getExplanation() |
Set<Integer> |
getRowNumbers() |
Severity |
getSeverity() |
String |
getTitle() |
String |
toString() |
public Severity getSeverity()
public String getTitle()
public Explanation getExplanation()
public int compareTo(Issue issue)
compareTo
in interface Comparable<Issue>
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.