Uses of Interface
org.apache.wicket.util.file.IFileCleaner
Packages that use IFileCleaner
-
Uses of IFileCleaner in org.apache.wicket.util.file
Classes in org.apache.wicket.util.file that implement IFileCleanerModifier and TypeClassDescriptionclassDefault implementation ofIFileCleanerthat uses Apache commons-ioFileCleaningTrackerto track and clean the temporary created files.Methods in org.apache.wicket.util.file with parameters of type IFileCleanerModifier and TypeMethodDescriptionstatic booleanFiles.removeAsync(File file, IFileCleaner fileCleaner) Schedules a file for removal asynchronously.static booleanFiles.removeFolderAsync(File folder, IFileCleaner fileCleaner) Schedules a folder and all files inside it for asynchronous removal.Constructors in org.apache.wicket.util.file with parameters of type IFileCleanerModifierConstructorDescriptionFileCleanerTrackerAdapter(IFileCleaner fileCleaner) Creates an adaptor for afileCleaner