|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SmartDirectoryCleanerCallback
Notificatio callback for SmartDirectoryCleaner
| Method Summary | |
|---|---|
void |
logCleanStarted(java.io.File dir)
Clean is started |
void |
logFailedToCleanEntireFolder(java.io.File dir)
Called on the end of cleaning process to indicate there were directories/files that was not cleaned. |
void |
logFailedToCleanFile(java.io.File file)
Failed to clean file |
void |
logFailedToCleanFilesUnderDirectory(java.io.File dir)
Directory contains files that has not been cleaned up |
void |
logFailedToDeleteEmptyDirectory(java.io.File dir)
Empty directory can not be deleted |
| Method Detail |
|---|
void logCleanStarted(java.io.File dir)
dir - folder to cleanvoid logFailedToDeleteEmptyDirectory(java.io.File dir)
dir - directoryvoid logFailedToCleanFilesUnderDirectory(java.io.File dir)
dir - directoryvoid logFailedToCleanFile(java.io.File file)
file - filevoid logFailedToCleanEntireFolder(java.io.File dir)
dir - directory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||