org.rhq.helpers.perftest.support
Class Exporter
java.lang.Object
org.rhq.helpers.perftest.support.Exporter
public class Exporter
- extends Object
A utility class to run an export.
- Author:
- Lukas Krejci
|
Method Summary |
static void |
run(ExportConfiguration config,
org.dbunit.dataset.stream.IDataSetConsumer consumer)
Runs the export using given export configuration and supplies the data to the provided
consumer (which should convert it to some kind of output). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
run
public static void run(ExportConfiguration config,
org.dbunit.dataset.stream.IDataSetConsumer consumer)
throws Exception
- Runs the export using given export configuration and supplies the data to the provided
consumer (which should convert it to some kind of output).
- Parameters:
config - consumer -
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.