|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.tattletale.reporting.Report
public abstract class Report
Represents a report
| Field Summary | |
|---|---|
protected java.util.SortedSet<Archive> |
archives
The actions |
protected int |
severity
The severity |
protected int |
status
The status |
| Constructor Summary | |
|---|---|
Report(int severity,
java.util.SortedSet<Archive> archives)
Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
Comparable |
boolean |
equals(java.lang.Object obj)
Equals |
abstract void |
generate(java.lang.String outputDirectory)
Generate the report(s) |
abstract java.lang.String |
getDirectory()
Get the name of the directory |
abstract java.lang.String |
getName()
Get the name of the report |
int |
getSeverity()
Get the severity |
int |
getStatus()
Get the status |
int |
hashCode()
Hash code |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int severity
protected int status
protected java.util.SortedSet<Archive> archives
| Constructor Detail |
|---|
public Report(int severity,
java.util.SortedSet<Archive> archives)
severity - The severityarchives - The archives| Method Detail |
|---|
public int getSeverity()
public int getStatus()
public abstract java.lang.String getName()
public abstract java.lang.String getDirectory()
public abstract void generate(java.lang.String outputDirectory)
outputDirectory - The top-level output directorypublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - The other object
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The other object
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||