public class TmpDirExportWriter extends Object implements ExportWriter
| Constructor and Description |
|---|
TmpDirExportWriter() |
TmpDirExportWriter(File rootDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeExportWriter() |
protected boolean |
recursiveDeleteDir(File dirPath) |
<T> void |
writeEntities(String fileName,
List<T> entities) |
public TmpDirExportWriter()
public TmpDirExportWriter(File rootDirectory)
protected boolean recursiveDeleteDir(File dirPath)
public <T> void writeEntities(String fileName, List<T> entities)
writeEntities in interface ExportWriterpublic void closeExportWriter()
closeExportWriter in interface ExportWriterCopyright © 2014. All Rights Reserved.