public class FileDataSet extends ListDataSet
| Constructor and Description |
|---|
FileDataSet(File sourceFile) |
FileDataSet(File sourceFile,
String delimiter) |
FileDataSet(String sourceFileName) |
FileDataSet(String sourceFileName,
String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter() |
File |
getSourceFile() |
void |
setSourceFile(File sourceFile) |
void |
setSourceFile(File sourceFile,
String delimiter) |
createMessageBody, getDefaultBodies, setDefaultBodiesapplyHeaders, assertMessageExpected, getDefaultHeaders, getOutputTransformer, getReportCount, getSize, populateDefaultHeaders, populateMessage, setDefaultHeaders, setOutputTransformer, setReportCount, setSizepublic FileDataSet(String sourceFileName) throws IOException
IOExceptionpublic FileDataSet(File sourceFile) throws IOException
IOExceptionpublic FileDataSet(String sourceFileName, String delimiter) throws IOException
IOExceptionpublic FileDataSet(File sourceFile, String delimiter) throws IOException
IOExceptionpublic File getSourceFile()
public void setSourceFile(File sourceFile) throws IOException
IOExceptionpublic void setSourceFile(File sourceFile, String delimiter) throws IOException
IOExceptionpublic String getDelimiter()
Apache Camel