public class Analysis extends Object implements Comparable<Analysis>
| Constructor and Description |
|---|
Analysis() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRowMessage(String htmlEntry) |
int |
compareTo(Analysis other) |
String |
firstRowToHtmlString() |
int |
getRowMessagesSize() |
int |
getWarningsSize() |
String |
toHtmlString() |
public void addRowMessage(String htmlEntry)
public String toHtmlString()
public String firstRowToHtmlString()
public int getWarningsSize()
public int getRowMessagesSize()
public int compareTo(Analysis other)
compareTo in interface Comparable<Analysis>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.