public class CategorizedReportEntry extends SimpleReportEntry implements ReportEntry
| Constructor and Description |
|---|
CategorizedReportEntry(String source,
String name,
String group) |
CategorizedReportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
int |
hashCode() |
getElapsed, getName, getSourceName, getStackTraceWriter, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetElapsed, getName, getSourceName, getStackTraceWriterpublic CategorizedReportEntry(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed)
public String getGroup()
getGroup in interface ReportEntrygetGroup in class SimpleReportEntrypublic boolean equals(Object o)
equals in class SimpleReportEntrypublic int hashCode()
hashCode in class SimpleReportEntryCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.