public abstract class AbstractFilePersistence extends AbstractPersistence
| Modifier and Type | Field and Description |
|---|---|
protected File |
outputDir |
logger, name, path| Constructor and Description |
|---|
AbstractFilePersistence(File outputDir,
String name,
Logger logger,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected Writer |
createWriter(String name) |
void |
delete() |
File |
determineOutputLocation() |
Initializer |
getInitializer() |
protected File |
getResourceFile(String name) |
getFileFilter, listDiscoveredFiles, tryFind, write, writeLogprotected final File outputDir
public Initializer getInitializer()
public File determineOutputLocation()
protected File getResourceFile(String name) throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionprotected Writer createWriter(String name) throws IOException
createWriter in class AbstractPersistenceIOException