Uses of Class org.apache.commons.io.FileDeleteStrategy

Uses in package org.apache.commons.io

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
FileCleaningTracker.addTracker(String path, Object marker, FileDeleteStrategy deleteStrategy)
Adds a tracker to the list of trackers.
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.
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(String path, 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(String path, Object marker, FileDeleteStrategy deleteStrategy)
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.