|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.File
wicket.util.file.File
wicket.util.file.Folder
This folder subclass provides some type safety and extensibility for "files" that hold other files.
| Field Summary |
| Fields inherited from class java.io.File |
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
Folder(File parent,
java.lang.String child)
Constructor. |
|
Folder(java.lang.String pathname)
Constructor. |
|
Folder(java.lang.String parent,
java.lang.String child)
Constructor. |
|
Folder(java.net.URI uri)
Constructor. |
|
| Methods inherited from class wicket.util.file.File |
lastModifiedTime, remove, writeTo |
| Methods inherited from class java.io.File |
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Folder(java.lang.String pathname)
pathname - path name
public Folder(java.lang.String parent,
java.lang.String child)
parent - parentchild - child
public Folder(File parent,
java.lang.String child)
parent - parentchild - childpublic Folder(java.net.URI uri)
uri - folder uri
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||