| Package | Description |
|---|---|
| org.apache.wicket.util.file |
File utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FolderDeleteStrategy
A
FileDeleteStrategy that can delete folders. |
| Modifier and Type | Field and Description |
|---|---|
static FileDeleteStrategy |
FileDeleteStrategy.NORMAL
The singleton instance for normal file deletion, which does not permit the deletion of
directories that are not empty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFileCleaner.track(File file,
Object marker,
FileDeleteStrategy deleteStrategy)
Track the specified file, using the provided marker, deleting the file when the marker
instance is garbage collected.
|
void |
FileCleaningTracker.track(File file,
Object marker,
FileDeleteStrategy deleteStrategy)
Track the specified file, using the provided marker, deleting the file when the marker
instance is garbage collected.
|
void |
FileCleaner.track(File file,
Object marker,
FileDeleteStrategy deleteStrategy) |
void |
FileCleaningTracker.track(String path,
Object marker,
FileDeleteStrategy deleteStrategy)
Track the specified file, using the provided marker, deleting the file when the marker
instance is garbage collected.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.