public class CompositeReporter extends Object
| 构造器和说明 |
|---|
CompositeReporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addReporter(Reporter reporter)
add reporter
|
void |
clearReporter()
clear reporters
|
boolean |
start(ReporterType reporterType)
start reporter by reporterType
|
boolean |
startAll()
start all reporters
|
boolean |
stop(ReporterType reporterType)
stop reporter by reporterType
|
boolean |
stopAll()
stop all reporters
|
public boolean startAll()
public boolean start(ReporterType reporterType)
public boolean stopAll()
public boolean stop(ReporterType reporterType)
public void addReporter(Reporter reporter)
public void clearReporter()
Copyright © 2022 The Apache Software Foundation. All rights reserved.