public class CSVConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE |
static String |
VERSION |
Constructor and Description |
---|
CSVConfig() |
Modifier and Type | Method and Description |
---|---|
List<DataAdapter> |
getAdapters()
Get all
adapters nodes. |
List<CSVInput> |
getInputs()
Get all
inputs nodes |
static CSVConfig |
parse(File input)
Parse the
input File |
void |
setInputs(List<CSVInput> inputs)
Set
inputs nodes |
public static final String NAMESPACE
public static final String VERSION