|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.servlets.webdav.AbstractPath
com.caucho.servlets.webdav.ApplicationPath
com.caucho.servlets.webdav.FilePath
public class FilePath
Represents a virtual filesystem.
Field Summary |
---|
Fields inherited from class com.caucho.servlets.webdav.AbstractPath |
---|
log |
Constructor Summary | |
---|---|
FilePath()
|
|
FilePath(Path root)
|
Method Summary | |
---|---|
protected Path |
getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path. |
Path |
getRoot()
Returns the root path. |
void |
setRoot(Path path)
path the root path. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.servlets.webdav.ApplicationPath |
---|
canRead, exists, getAttribute, getAttributeNames, getLastModified, getLength, isDirectory, isFile, list, mkdir, openRead, openWrite, remove, removeAttribute, rmdir, setAttribute |
Methods inherited from class com.caucho.servlets.webdav.AbstractPath |
---|
destroy, removeAttribute, rename |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilePath()
public FilePath(Path root)
Method Detail |
---|
public void setRoot(Path path)
public Path getRoot()
protected Path getPath(java.lang.String path, HttpServletRequest request, ServletContext app) throws java.io.IOException
getPath
in class ApplicationPath
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |