Uses of Class
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream
-
Packages that use Utf8RecodingDeferredFileOutputStream Package Description org.apache.maven.plugin.surefire.report -
-
Uses of Utf8RecodingDeferredFileOutputStream in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as Utf8RecodingDeferredFileOutputStream Modifier and Type Field Description private Utf8RecodingDeferredFileOutputStreamWrappedReportEntry. stdErrprivate Utf8RecodingDeferredFileOutputStreamWrappedReportEntry. stdoutprivate Utf8RecodingDeferredFileOutputStreamTestSetRunListener. testStdErrprivate Utf8RecodingDeferredFileOutputStreamTestSetRunListener. testStdOutMethods in org.apache.maven.plugin.surefire.report that return Utf8RecodingDeferredFileOutputStream Modifier and Type Method Description Utf8RecodingDeferredFileOutputStreamWrappedReportEntry. getStdErr()Utf8RecodingDeferredFileOutputStreamWrappedReportEntry. getStdout()private static Utf8RecodingDeferredFileOutputStreamTestSetRunListener. initDeferred(java.lang.String channel)Methods in org.apache.maven.plugin.surefire.report with parameters of type Utf8RecodingDeferredFileOutputStream Modifier and Type Method Description private static voidStatelessXmlReporter. addOutputStreamElement(java.io.OutputStreamWriter outputStreamWriter, StatelessXmlReporter.EncodingOutputStream eos, org.apache.maven.shared.utils.xml.XMLWriter xmlWriter, Utf8RecodingDeferredFileOutputStream utf8RecodingDeferredFileOutputStream, java.lang.String name)Deprecated.Constructors in org.apache.maven.plugin.surefire.report with parameters of type Utf8RecodingDeferredFileOutputStream Constructor Description WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, java.lang.Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr)WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, java.lang.Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-