ccs.cpc.impl
Class CullManager

java.lang.Object
  extended by ccs.cpc.impl.CullManager
All Implemented Interfaces:
ccs.utils.FileDeathObserver

 class CullManager
extends java.lang.Object
implements ccs.utils.FileDeathObserver


Constructor Summary
CullManager(CullManager parent, java.io.File dirf)
           
 
Method Summary
 void fileKilled(java.io.File oldf, java.io.File usef, java.lang.Object token)
          Called by FileKiller when the file is dead.
 void registerUndead()
           
 void setDeletable(boolean isDeletable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CullManager

CullManager(CullManager parent,
            java.io.File dirf)
Method Detail

fileKilled

public void fileKilled(java.io.File oldf,
                       java.io.File usef,
                       java.lang.Object token)
Description copied from interface: ccs.utils.FileDeathObserver
Called by FileKiller when the file is dead.

Specified by:
fileKilled in interface ccs.utils.FileDeathObserver
Parameters:
oldf - The file that was to be killed.
usef - The file it got renamed to while being wiped (in the unlikely event of it being useful).
token - An object given to FileKiller to be passed back here; it can be anything the calling app would find convenient at this point.

registerUndead

public void registerUndead()

setDeletable

public void setDeletable(boolean isDeletable)