|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Input | |
|---|---|
| org.rhq.helpers.perftest.support | |
| org.rhq.helpers.perftest.support.input | |
| Uses of Input in org.rhq.helpers.perftest.support |
|---|
| Methods in org.rhq.helpers.perftest.support that return Input | |
|---|---|
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. |
| Methods in org.rhq.helpers.perftest.support with parameters of type Input | |
|---|---|
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)
|
| Uses of Input in org.rhq.helpers.perftest.support.input |
|---|
| Classes in org.rhq.helpers.perftest.support.input that implement Input | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||