ccs.cpc.impl
Interface VFileProcessor
- All Known Implementing Classes:
- ConfirmingVFileProcessor, CopyPayload, FindPayload, MovePayload, WipePayload
interface VFileProcessor
preprocess
void preprocess()
throws java.lang.Exception
- Throws:
java.lang.Exception
processFile
void processFile(RecurseUpdater ru,
VFile dir,
VFile vf)
throws java.lang.Exception
- Throws:
java.lang.Exception
processDirAtomically
void processDirAtomically(RecurseUpdater ru,
VFile vparent,
VFile dir)
throws java.lang.Exception
- Throws:
java.lang.Exception
preprocessDir
void preprocessDir(RecurseUpdater ru,
VFile vparent,
VFile dir)
throws java.lang.Exception
- Throws:
java.lang.Exception
postprocessDir
void postprocessDir(RecurseUpdater ru,
VFile vparent,
VFile dir)
throws java.lang.Exception
- Throws:
java.lang.Exception
postprocess
void postprocess()
throws java.lang.Exception
- Throws:
java.lang.Exception
getStatusPrefix
java.lang.String getStatusPrefix()
isReportFiles
boolean isReportFiles()
isProcessDirsAtomically
boolean isProcessDirsAtomically()