ccs.cpc.impl
Class FindPayload

java.lang.Object
  extended by ccs.cpc.impl.FindPayload
All Implemented Interfaces:
VFileProcessor

 class FindPayload
extends java.lang.Object
implements VFileProcessor


Constructor Summary
FindPayload(CpcImpl cpc, ccs.utils.Regex matcher, java.lang.String srcName, BrowserLogic bl)
           
 
Method Summary
 java.lang.String getStatusPrefix()
           
 boolean isProcessDirsAtomically()
           
 boolean isReportFiles()
           
 void postprocess()
           
 void postprocessDevice(VDevice vd)
           
 void postprocessDir(RecurseUpdater ru, VFile vparent, VFile dir)
           
 void preprocess()
           
 void preprocessDevice(VDevice vd)
           
 void preprocessDir(RecurseUpdater ru, VFile vparent, VFile dir)
           
 void processDirAtomically(RecurseUpdater ru, VFile parent, VFile dir)
           
 void processFile(RecurseUpdater ru, VFile dir, VFile vf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPayload

FindPayload(CpcImpl cpc,
            ccs.utils.Regex matcher,
            java.lang.String srcName,
            BrowserLogic bl)
Method Detail

preprocess

public void preprocess()
                throws java.io.IOException
Specified by:
preprocess in interface VFileProcessor
Throws:
java.io.IOException

preprocessDevice

public void preprocessDevice(VDevice vd)

postprocessDevice

public void postprocessDevice(VDevice vd)

processFile

public void processFile(RecurseUpdater ru,
                        VFile dir,
                        VFile vf)
                 throws java.lang.Exception
Specified by:
processFile in interface VFileProcessor
Throws:
java.lang.Exception

preprocessDir

public void preprocessDir(RecurseUpdater ru,
                          VFile vparent,
                          VFile dir)
                   throws java.lang.Exception
Specified by:
preprocessDir in interface VFileProcessor
Throws:
java.lang.Exception

postprocessDir

public void postprocessDir(RecurseUpdater ru,
                           VFile vparent,
                           VFile dir)
                    throws java.lang.Exception
Specified by:
postprocessDir in interface VFileProcessor
Throws:
java.lang.Exception

postprocess

public void postprocess()
Specified by:
postprocess in interface VFileProcessor

getStatusPrefix

public java.lang.String getStatusPrefix()
Specified by:
getStatusPrefix in interface VFileProcessor

isReportFiles

public boolean isReportFiles()
Specified by:
isReportFiles in interface VFileProcessor

isProcessDirsAtomically

public boolean isProcessDirsAtomically()
Specified by:
isProcessDirsAtomically in interface VFileProcessor

processDirAtomically

public void processDirAtomically(RecurseUpdater ru,
                                 VFile parent,
                                 VFile dir)
                          throws java.lang.Exception
Specified by:
processDirAtomically in interface VFileProcessor
Throws:
java.lang.Exception