Uses of Interface
org.rhq.helpers.perftest.support.Output

Packages that use Output
org.rhq.helpers.perftest.support   
org.rhq.helpers.perftest.support.output   
 

Uses of Output in org.rhq.helpers.perftest.support
 

Methods in org.rhq.helpers.perftest.support that return Output
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.
 

Uses of Output in org.rhq.helpers.perftest.support.output
 

Classes in org.rhq.helpers.perftest.support.output that implement Output
 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-2012 Red Hat, Inc.. All Rights Reserved.