Class AbstractPersistence
java.lang.Object
org.kordamp.jipsy.processor.AbstractPersistence
- All Implemented Interfaces:
Persistence
- Direct Known Subclasses:
AbstractResourcePersistence
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract WritercreateWriter(String name) protected abstract FileFilterlistDiscoveredFiles(File[] list) tryFind()voidvoidwriteLog()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Persistence
delete, determineOutputLocation, getInitializer
-
Field Details
-
name
-
path
-
logger
-
-
Constructor Details
-
AbstractPersistence
-
-
Method Details
-
writeLog
public void writeLog()- Specified by:
writeLogin interfacePersistence
-
write
- Specified by:
writein interfacePersistence- Throws:
IOException
-
tryFind
- Specified by:
tryFindin interfacePersistence
-
listDiscoveredFiles
- Specified by:
listDiscoveredFilesin interfacePersistence
-
createWriter
- Throws:
IOException
-
getFileFilter
-