org.apache.maven.surefire.report
Class CategorizedReportEntry

java.lang.Object
  extended by org.apache.maven.surefire.report.SimpleReportEntry
      extended by org.apache.maven.surefire.report.CategorizedReportEntry
All Implemented Interfaces:
ReportEntry

public class CategorizedReportEntry
extends SimpleReportEntry
implements ReportEntry

Author:
Kristian Rosenvold

Constructor Summary
CategorizedReportEntry(String source, String name, String group, String message)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGroup()
           
 int hashCode()
           
static ReportEntry nameGroup(String name, String group)
           
 
Methods inherited from class org.apache.maven.surefire.report.SimpleReportEntry
getElapsed, getName, getSourceName, getStackTraceWriter, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.maven.surefire.report.ReportEntry
getElapsed, getName, getSourceName, getStackTraceWriter
 

Constructor Detail

CategorizedReportEntry

public CategorizedReportEntry(String source,
                              String name,
                              String group,
                              String message)
Method Detail

nameGroup

public static ReportEntry nameGroup(String name,
                                    String group)

getGroup

public String getGroup()
Specified by:
getGroup in interface ReportEntry
Overrides:
getGroup in class SimpleReportEntry

equals

public boolean equals(Object o)
Overrides:
equals in class SimpleReportEntry

hashCode

public int hashCode()
Overrides:
hashCode in class SimpleReportEntry


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.