public class DataGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
private Collection<Path> |
inputs |
private static Logger |
LOGGER |
private Path |
output |
private List<DataProvider> |
providers |
| Constructor and Description |
|---|
DataGenerator(Path output,
Collection<Path> collection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Path> |
getInputs() |
Path |
getOutput() |
void |
install(DataProvider dataProvider) |
void |
run() |
private static final Logger LOGGER
private final Collection<Path> inputs
private final Path output
private final List<DataProvider> providers
public DataGenerator(Path output, Collection<Path> collection)
public Collection<Path> getInputs()
public Path getOutput()
public void run()
throws IOException
IOExceptionpublic void install(DataProvider dataProvider)