| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileDeleteStrategy | |
|---|---|
| org.apache.commons.io | This package defines utility classes for working with streams, readers, writers and files. | 
| Uses of FileDeleteStrategy in org.apache.commons.io | 
|---|
| Fields in org.apache.commons.io declared as FileDeleteStrategy | |
|---|---|
| static FileDeleteStrategy | FileDeleteStrategy.FORCEThe singleton instance for forced file deletion, which always deletes, even if the file represents a non-empty directory. | 
| static FileDeleteStrategy | FileDeleteStrategy.NORMALThe singleton instance for normal file deletion, which does not permit the deletion of directories that are not empty. | 
| Methods in org.apache.commons.io with parameters of type FileDeleteStrategy | |
|---|---|
| static void | FileCleaner.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. | 
| static void | FileCleaner.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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||