Uses of Class
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream
Packages that use Utf8RecodingDeferredFileOutputStream
-
Uses of Utf8RecodingDeferredFileOutputStream in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as Utf8RecodingDeferredFileOutputStreamModifier and TypeFieldDescriptionprivate final Utf8RecodingDeferredFileOutputStream
WrappedReportEntry.stdErr
private final Utf8RecodingDeferredFileOutputStream
WrappedReportEntry.stdout
TestSetRunListener.testStdErr
TestSetRunListener.testStdOut
Methods in org.apache.maven.plugin.surefire.report that return Utf8RecodingDeferredFileOutputStreamModifier and TypeMethodDescriptionWrappedReportEntry.getStdErr()
WrappedReportEntry.getStdout()
private static Utf8RecodingDeferredFileOutputStream
TestSetRunListener.initDeferred
(String channel) Methods in org.apache.maven.plugin.surefire.report with parameters of type Utf8RecodingDeferredFileOutputStreamModifier and TypeMethodDescriptionprivate static void
StatelessXmlReporter.addOutputStreamElement
(OutputStreamWriter outputStreamWriter, StatelessXmlReporter.EncodingOutputStream eos, org.apache.maven.shared.utils.xml.XMLWriter xmlWriter, Utf8RecodingDeferredFileOutputStream utf8RecodingDeferredFileOutputStream, String name) Constructors in org.apache.maven.plugin.surefire.report with parameters of type Utf8RecodingDeferredFileOutputStreamModifierConstructorDescriptionWrappedReportEntry
(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr) WrappedReportEntry
(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, Map<String, String> systemProperties)