Package org.aksw.shellgebra.exec
Interface PathLifeCycles.PathLifeCycleWrapper
- All Superinterfaces:
FileWriterTaskBase.PathLifeCycle
- All Known Implementing Classes:
PathLifeCycles.PathLifeCycleDeleteAfterExec,PathLifeCycles.PathLifeCycleWrapperBase
- Enclosing class:
- PathLifeCycles
public static interface PathLifeCycles.PathLifeCycleWrapper
extends FileWriterTaskBase.PathLifeCycle
-
Method Summary
-
Method Details
-
getDelegate
FileWriterTaskBase.PathLifeCycle getDelegate() -
beforeExec
- Specified by:
beforeExecin interfaceFileWriterTaskBase.PathLifeCycle- Throws:
IOException
-
afterExec
- Specified by:
afterExecin interfaceFileWriterTaskBase.PathLifeCycle- Throws:
IOException
-