| Package | Description |
|---|---|
| net.sf.webdav | |
| net.sf.webdav.exceptions | |
| net.sf.webdav.methods |
| Modifier and Type | Method and Description |
|---|---|
ITransaction |
LocalFileSystemStore.begin(Principal principal) |
void |
LocalFileSystemStore.commit(ITransaction transaction) |
void |
LocalFileSystemStore.createFolder(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.createResource(ITransaction transaction,
String uri) |
String[] |
LocalFileSystemStore.getChildrenNames(ITransaction transaction,
String uri) |
InputStream |
LocalFileSystemStore.getResourceContent(ITransaction transaction,
String uri) |
long |
LocalFileSystemStore.getResourceLength(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.removeObject(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.rollback(ITransaction transaction) |
long |
LocalFileSystemStore.setResourceContent(ITransaction transaction,
String uri,
InputStream is,
String contentType,
String characterEncoding) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException |
class |
LockFailedException |
class |
ObjectAlreadyExistsException |
class |
ObjectNotFoundException |
class |
UnauthenticatedException |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DoCopy.copyResource(ITransaction transaction,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Copy a resource.
|
void |
DoDelete.deleteResource(ITransaction transaction,
String path,
Hashtable<String,Integer> errorList,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
deletes the recources at "path"
|
Copyright © 2011-2013. All Rights Reserved.