Package org.apache.wicket.util.file

File utilities.

See:
          Description

Interface Summary
Folder.FileFilter Filter for files
Folder.FolderFilter Filter for folders
IFileCleaner Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
IResourceFinder Knows how to find resources.
IResourcePath Knows how to manage paths and folders, and how to find resources in them.
 

Class Summary
File Simple extension of File that adds an implementation of IModifiable for files.
FileCleaner Default implementation of IFileCleaner that uses Apache commons-io FileCleaningTracker to track and clean the temporary created files.
FileCleaningTracker Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
FileDeleteStrategy Strategy for deleting files.
Files File utility methods.
Folder This folder subclass provides some type safety and extensibility for "files" that hold other files.
FolderDeleteStrategy A FileDeleteStrategy that can delete folders.
Path Maintains a list of folders as a path.
WebApplicationPath Maintain a list of paths which might either be ordinary folders of the filesystem or relative paths to the web application's servlet context.
WebXmlFile A utility class providing helper methods in dealing with web.xml
 

Package org.apache.wicket.util.file Description

File utilities.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.