Uses of Class
org.apache.wicket.util.file.File
-
Packages that use File Package Description org.apache.wicket.util.file File utilities.org.apache.wicket.util.resource Base support for resources. -
-
Uses of File in org.apache.wicket.util.file
Subclasses of File in org.apache.wicket.util.file Modifier and Type Class Description classFolderThis folder subclass provides some type safety and extensibility for "files" that hold other files.Methods in org.apache.wicket.util.file that return File Modifier and Type Method Description FileFile. file(String name)File[]Folder. getFiles()File[]Folder. getFiles(Folder.FileFilter filter)File[]Folder. getNestedFiles()File[]Folder. getNestedFiles(Folder.FileFilter filter)Gets files in this folder matching a given filter recursively.Methods in org.apache.wicket.util.file with parameters of type File Modifier and Type Method Description booleanFolder.FileFilter. accept(File file)intFile. write(File file)Writes the given file to this oneConstructors in org.apache.wicket.util.file with parameters of type File Constructor Description File(File parent, String child)Constructor. -
Uses of File in org.apache.wicket.util.resource
Methods in org.apache.wicket.util.resource that return File Modifier and Type Method Description FileFileResourceStream. getFile()Constructors in org.apache.wicket.util.resource with parameters of type File Constructor Description FileResourceStream(File file)Constructor.FileSystemResourceStream(File file)Constructor.ZipResourceStream(File dir)Construct.ZipResourceStream(File dir, boolean recursive)Construct.
-