Class | Description |
---|---|
AbstractFileDeletions |
Base class for managing the removal of files from disk.
|
FileDeleter |
Helper class which sorts through a number of
file-based deletions before processing them.
|
OriginalFileDeletions |
Deletes all repository files immediately.
|
PixelsFileDeletions |
Registers the given file paths as well as other Pixel-related
files like Pyramids for later deletion via
AbstractFileDeletions.deleteLocal() . |
ThumbnailFileDeletions |
Helper class which sorts through a number of
file-based deletions before processing them.
|