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 Utf8RecodingDeferredFileOutputStreamWrappedReportEntry.stdErrprivate final Utf8RecodingDeferredFileOutputStreamWrappedReportEntry.stdoutTestSetRunListener.testStdErrTestSetRunListener.testStdOutMethods in org.apache.maven.plugin.surefire.report that return Utf8RecodingDeferredFileOutputStreamModifier and TypeMethodDescriptionWrappedReportEntry.getStdErr()WrappedReportEntry.getStdout()private static Utf8RecodingDeferredFileOutputStreamTestSetRunListener.initDeferred(String channel) Methods in org.apache.maven.plugin.surefire.report with parameters of type Utf8RecodingDeferredFileOutputStreamModifier and TypeMethodDescriptionprivate static voidStatelessXmlReporter.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)