| Package | Description |
|---|---|
| org.rhq.helpers.perftest.support | |
| org.rhq.helpers.perftest.support.input |
| Modifier and Type | Method and Description |
|---|---|
abstract Input |
FileFormat.getInput(InputStreamProvider provider)
Returns an
Input instance initialized with the specified
InputStreamProvider. |
abstract Input |
FileFormat.getInput(String inputSpec)
Returns an
Input instance based on the input specification. |
static Input |
Settings.getInputObject(String fileFormat,
String inputSpec)
An analogous method to
Settings.getOutputObject(String, String) only handling input. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Importer.run(Connection jdbcConnection,
Input input)
Imports the data from the input into a database using the provided JDBC connection.
|
static void |
Importer.run(org.dbunit.database.IDatabaseConnection connection,
Input input) |
static void |
Importer.run(Properties settings,
Input input) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvInput
Implements the
Input interface for the set of CSV files using the CsvProducer. |
class |
XmlInput
Implements the
Input interface for the XML files using the FlatXmlProducer. |
class |
ZippedCsvInput
Represents a zipped CSV input.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.