Class AbstractResourcePersistence
java.lang.Object
org.kordamp.jipsy.processor.AbstractPersistence
org.kordamp.jipsy.processor.AbstractResourcePersistence
- All Implemented Interfaces:
Persistence
- Direct Known Subclasses:
ServicePersistence, SisuIndexPersistence, TypePersistence
-
Field Summary
FieldsFields inherited from class AbstractPersistence
logger, name, path -
Constructor Summary
ConstructorsConstructorDescriptionAbstractResourcePersistence(Filer filer, String name, Logger logger, String path) -
Method Summary
Modifier and TypeMethodDescriptionprotected FileObjectcreateResourceFile(String name) protected WritercreateWriter(String name) voiddelete()protected FileObjectgetResourceFile(String name) Methods inherited from class AbstractPersistence
getFileFilter, listDiscoveredFiles, tryFind, write, writeLog
-
Field Details
-
filer
-
-
Constructor Details
-
AbstractResourcePersistence
-
-
Method Details
-
getInitializer
-
determineOutputLocation
-
delete
- Throws:
IOException
-
getResourceFile
- Throws:
IOException
-
createResourceFile
- Throws:
IOException
-
createWriter
- Specified by:
createWriterin classAbstractPersistence- Throws:
IOException
-