|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.cpc.impl.CullManager
class CullManager
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 parent, java.io.File dirf)
Method Detail |
---|
public void fileKilled(java.io.File oldf, java.io.File usef, java.lang.Object token)
ccs.utils.FileDeathObserver
fileKilled
in interface ccs.utils.FileDeathObserver
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.public void registerUndead()
public void setDeletable(boolean isDeletable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |