public class DataSetXSL extends DataSet
| Modifier | Constructor and Description |
|---|---|
protected |
DataSetXSL(String dataFile) |
| Modifier and Type | Method and Description |
|---|---|
org.dbunit.dataset.IDataSet |
load(InputStream in) |
void |
write(org.dbunit.dataset.IDataSet set,
OutputStream out) |
getDataFile, load, setDataFileprotected DataSetXSL(String dataFile)
public org.dbunit.dataset.IDataSet load(InputStream in) throws org.dbunit.dataset.DataSetException, IOException
load in class DataSetorg.dbunit.dataset.DataSetExceptionIOExceptionpublic void write(org.dbunit.dataset.IDataSet set,
OutputStream out)
throws org.dbunit.dataset.DataSetException,
IOException
write in class DataSetorg.dbunit.dataset.DataSetExceptionIOExceptionCopyright © 2008–2018. All rights reserved.