org.apache.wicket.util.file |
wicket.util.file package
File utilities.
|
Java Source File Name | Type | Comment |
File.java | Class | Simple extension of File that adds an implementation of IModifiable for
files. |
FileCleaner.java | Class | Keeps track of files awaiting deletion, and deletes them when an associated marker
object is reclaimed by the garbage collector. |
Files.java | Class | File utility methods. |
Folder.java | Class | This folder subclass provides some type safety and extensibility for "files"
that hold other files. |
IResourceFinder.java | Interface | Knows how to find resources. |
IResourcePath.java | Interface | Knows how to manage paths and folders, and how to find resources in them. |
Path.java | Class | Mantains a list of folders as a path. |
WebApplicationPath.java | Class | Maintain a list of paths which might either be ordinary folders of the
filesystem or relative paths to the web application's servlet context. |