public class InputFile extends Object
dataType attribute should map to
a corresponding DataType definition, which links the file to the RecordProcessor
to be used to handle the file import.| Constructor and Description |
|---|
InputFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSet() |
String |
getDataType() |
ImportOptions |
getOptions() |
String |
getPath() |
void |
setDataSet(String dataSet) |
void |
setDataType(String dataType) |
void |
setOptions(Map<String,String> options) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public String getDataType()
public void setDataType(String dataType)
public String getDataSet()
public void setDataSet(String dataSet)
public ImportOptions getOptions()
Copyright © 2016. All rights reserved.