| Package | Description |
|---|---|
| org.rhq.helpers.perftest.support | |
| org.rhq.helpers.perftest.support.output |
| Modifier and Type | Method and Description |
|---|---|
abstract Output |
FileFormat.getOutput(String outputSpec)
Returns an
Output instance based on the output specification. |
static Output |
Settings.getOutputObject(String fileFormat,
String outputSpec)
Creates an "output object" which is a wrapper object able to create a dbUnit consumer
that is then used to "consume" the database data and produce an output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvOutput
Implements the
Output interface to support output to a set of CSV files using CsvDataSetWriter. |
class |
XmlOutput
Implements the
Output interface to output the database data into an XML file using
FlatXmlWriter. |
class |
ZippedCsvOutput
Represents a CSV output compressed to a zip file.
|
class |
ZippedXmlOutput
Represents a zipped XML output.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.