ccs.cpc.impl
Interface VFileProcessor

All Known Implementing Classes:
ConfirmingVFileProcessor, CopyPayload, FindPayload, MovePayload, WipePayload

interface VFileProcessor


Method Summary
 java.lang.String getStatusPrefix()
           
 boolean isProcessDirsAtomically()
           
 boolean isReportFiles()
           
 void postprocess()
           
 void postprocessDir(RecurseUpdater ru, VFile vparent, VFile dir)
           
 void preprocess()
           
 void preprocessDir(RecurseUpdater ru, VFile vparent, VFile dir)
           
 void processDirAtomically(RecurseUpdater ru, VFile vparent, VFile dir)
           
 void processFile(RecurseUpdater ru, VFile dir, VFile vf)
           
 

Method Detail

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()