Uses of Interface
org.apache.wicket.util.file.IFileCleaner

Packages that use IFileCleaner
org.apache.wicket.util.file File utilities. 
org.apache.wicket.util.upload Protocol independent upload utilities. 
 

Uses of IFileCleaner in org.apache.wicket.util.file
 

Classes in org.apache.wicket.util.file that implement IFileCleaner
 class FileCleaner
          Default implementation of IFileCleaner that uses Apache commons-io FileCleaningTracker to track and clean the temporary created files.
 

Methods in org.apache.wicket.util.file with parameters of type IFileCleaner
static boolean Files.removeAsync(File file, IFileCleaner fileCleaner)
          Schedules a file for removal asynchronously.
static boolean Files.removeFolderAsync(File folder, IFileCleaner fileCleaner)
          Schedules a folder and all files inside it for asynchronous removal.
 

Uses of IFileCleaner in org.apache.wicket.util.upload
 

Constructors in org.apache.wicket.util.upload with parameters of type IFileCleaner
DiskFileItem(String fieldName, String contentType, boolean isFormField, String fileName, int sizeThreshold, File repository, IFileCleaner fileUploadCleaner)
          Constructs a new DiskFileItem instance.
DiskFileItemFactory(IFileCleaner fileUploadCleaner)
          Constructs an unconfigured instance of this class.
DiskFileItemFactory(int sizeThreshold, File repository, IFileCleaner fileUploadCleaner)
          Constructs a preconfigured instance of this class.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.