public abstract class AbstractPerformanceReport extends java.lang.Object implements PerformanceReport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_REPORT_LOCATION |
static java.lang.String |
PD_REPORTNAME |
| Constructor and Description |
|---|
AbstractPerformanceReport(java.lang.String title,
java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation() |
java.io.File |
getReportFile() |
abstract java.lang.String |
getReportFileExtention() |
java.lang.String |
getTitle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreportpublic static final java.lang.String DEFAULT_REPORT_LOCATION
public static final java.lang.String PD_REPORTNAME
public AbstractPerformanceReport(java.lang.String title,
java.lang.String location)
public abstract java.lang.String getReportFileExtention()
public java.lang.String getTitle()
getTitle in interface PerformanceReportpublic java.lang.String getLocation()
getLocation in interface PerformanceReportpublic java.io.File getReportFile()
Copyright © 2014. All Rights Reserved.