| Package | Description |
|---|---|
| org.bedework.carddav.bwserver | |
| org.bedework.carddav.server |
| Modifier and Type | Method and Description |
|---|---|
CarddavResource |
BwSysIntfImpl.getFile(org.bedework.webdav.servlet.shared.WdCollection coll,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CarddavResource> |
BwSysIntfImpl.getFiles(org.bedework.webdav.servlet.shared.WdCollection coll) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BwSysIntfImpl.copyMoveFile(CarddavResource from,
org.bedework.webdav.servlet.shared.WdCollection to,
String name,
boolean copy,
boolean overwrite) |
void |
BwSysIntfImpl.deleteFile(CarddavResource val) |
void |
BwSysIntfImpl.getFileContent(CarddavResource val) |
void |
BwSysIntfImpl.putFile(org.bedework.webdav.servlet.shared.WdCollection coll,
CarddavResource val) |
void |
BwSysIntfImpl.updateFile(CarddavResource val,
boolean updateContent) |
| Modifier and Type | Method and Description |
|---|---|
CarddavResource |
SysIntf.getFile(org.bedework.webdav.servlet.shared.WdCollection coll,
String name)
GET a file.
|
CarddavResource |
CarddavURI.getResource() |
CarddavResource |
CarddavResourceNode.getResource()
Returns the resource object
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CarddavResource> |
SysIntf.getFiles(org.bedework.webdav.servlet.shared.WdCollection coll)
Get the files in a collection.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CarddavResource.compareTo(CarddavResource that) |
boolean |
SysIntf.copyMoveFile(CarddavResource from,
org.bedework.webdav.servlet.shared.WdCollection to,
String name,
boolean copy,
boolean overwrite)
Copy or move the given file to the destination collection with the given name.
|
void |
SysIntf.deleteFile(CarddavResource val)
Delete a file.
|
void |
SysIntf.getFileContent(CarddavResource val)
Get resource content given the resource.
|
void |
SysIntf.putFile(org.bedework.webdav.servlet.shared.WdCollection coll,
CarddavResource val)
PUT a file.
|
void |
CarddavResourceNode.setResource(CarddavResource val) |
void |
SysIntf.updateFile(CarddavResource val,
boolean updateContent)
Update a file.
|
Copyright © 2018 Bedework. All rights reserved.