public abstract class AbstractDestination extends Object implements Destination
Constructor and Description |
---|
AbstractDestination() |
Modifier and Type | Method and Description |
---|---|
Reporter |
getParentReporter()
Gets the parent reporter that opened this destination.
|
abstract void |
open()
Opens the destination for reporting.
|
void |
open(Reporter parentReporter)
Opens the destination for reporting.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, report
public void open(Reporter parentReporter)
Destination
open
in interface Destination
parentReporter
- Reporter opening the destination.public abstract void open()
public Reporter getParentReporter()
Copyright © 2010–2017 PerfCake Community. All rights reserved.