|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.dbunit.util.FileHandler
public class FileHandler
FileHandler: Util class for DbUnitModule..
| Constructor Summary | |
|---|---|
FileHandler()
|
|
| Method Summary | |
|---|---|
File |
createTempFile(String dataSetResourceName)
Create temporary files to store the XML. |
void |
deleteFiles(List<File> files)
Delete all the files |
void |
writeToFile(File file,
InputStream in)
Write InputStream to File |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileHandler()
| Method Detail |
|---|
public File createTempFile(String dataSetResourceName)
dataSetResourceName -
public void writeToFile(File file,
InputStream in)
InputStream to File
file - public void deleteFiles(List<File> files)
files -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||