Frames | No Frames |
Classes derived from org.apache.commons.io.FileDeleteStrategy | |
class | Force file deletion strategy. |
Constructors with parameter type org.apache.commons.io.FileDeleteStrategy | |
FileCleaningTracker.Tracker.Tracker(String path, FileDeleteStrategy deleteStrategy, Object marker, ReferenceQueue queue) Constructs an instance of this class from the supplied parameters. |
Fields of type org.apache.commons.io.FileDeleteStrategy | |
FileDeleteStrategy | The singleton instance for forced file deletion, which always deletes,
even if the file represents a non-empty directory. |
FileDeleteStrategy | The singleton instance for normal file deletion, which does not permit
the deletion of directories that are not empty. |
FileDeleteStrategy | The strategy for deleting files. |
Methods with parameter type org.apache.commons.io.FileDeleteStrategy | |
void | Adds a tracker to the list of trackers. |
void | Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected. |
void | Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected. |
void | Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected. |
void | Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected. |