org.apache.maven.surefire.failsafe.model.io.xpp3
Class FailsafeSummaryXpp3Writer
java.lang.Object
org.apache.maven.surefire.failsafe.model.io.xpp3.FailsafeSummaryXpp3Writer
public class FailsafeSummaryXpp3Writer
- extends Object
Class FailsafeSummaryXpp3Writer.
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailsafeSummaryXpp3Writer
public FailsafeSummaryXpp3Writer()
write
public void write(Writer writer,
FailsafeSummary failsafeSummary)
throws IOException
- Method write.
- Parameters:
writer
- failsafeSummary
-
- Throws:
IOException
write
public void write(OutputStream stream,
FailsafeSummary failsafeSummary)
throws IOException
- Method write.
- Parameters:
stream
- failsafeSummary
-
- Throws:
IOException
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.