public abstract class ConsoleOutputReporter extends Object
Constructor and Description |
---|
ConsoleOutputReporter() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
clone(ClassLoader target) |
abstract ConsoleOutputReportEventListener |
createListener(File reportsDirectory,
String reportNameSuffix,
Integer forkNumber) |
abstract ConsoleOutputReportEventListener |
createListener(PrintStream out,
PrintStream err) |
String |
getEncoding() |
boolean |
isDisable() |
void |
setDisable(boolean disable) |
void |
setEncoding(String encoding) |
public abstract ConsoleOutputReportEventListener createListener(File reportsDirectory, String reportNameSuffix, Integer forkNumber)
public abstract ConsoleOutputReportEventListener createListener(PrintStream out, PrintStream err)
public abstract Object clone(ClassLoader target)
public boolean isDisable()
public void setDisable(boolean disable)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.