| Package | Description |
|---|---|
| com.github.sardine |
Base package with factories to work implementation agnostic.
|
| com.github.sardine.impl |
Assembles classes only related to the
HttpClient implementation. |
| com.github.sardine.report |
| Modifier and Type | Method and Description |
|---|---|
List<DavResource> |
Sardine.getResources(String url)
Deprecated.
|
List<DavResource> |
Sardine.list(String url)
Gets a directory listing using WebDAV
PROPFIND. |
List<DavResource> |
Sardine.list(String url,
int depth)
Gets a directory listing using WebDAV
PROPFIND. |
List<DavResource> |
Sardine.list(String url,
int depth,
boolean allProp)
Gets a directory listing using WebDAV
PROPFIND. |
List<DavResource> |
Sardine.list(String url,
int depth,
Set<QName> props)
Gets a directory listing using WebDAV
PROPFIND. |
List<DavResource> |
Sardine.patch(String url,
List<Element> addProps,
List<QName> removeProps)
Add or remove custom properties for a url using WebDAV
PROPPATCH. |
List<DavResource> |
Sardine.patch(String url,
Map<QName,String> addProps)
Add custom properties for a url WebDAV
PROPPATCH. |
List<DavResource> |
Sardine.patch(String url,
Map<QName,String> addProps,
List<QName> removeProps)
Add or remove custom properties for a url using WebDAV
PROPPATCH. |
List<DavResource> |
Sardine.propfind(String url,
int depth,
Set<QName> props)
Fetches a resource using WebDAV
PROPFIND. |
List<DavResource> |
Sardine.search(String url,
String language,
String query)
Perform a search of the Webdav repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<DavResource> |
SardineImpl.getResources(String url) |
List<DavResource> |
SardineImpl.list(String url) |
List<DavResource> |
SardineImpl.list(String url,
int depth) |
List<DavResource> |
SardineImpl.list(String url,
int depth,
boolean allProp) |
List<DavResource> |
SardineImpl.list(String url,
int depth,
Set<QName> props) |
List<DavResource> |
SardineImpl.patch(String url,
List<Element> setProps,
List<QName> removeProps)
Creates a
Propertyupdate element containing all properties to set from setProps and all properties to
remove from removeProps. |
List<DavResource> |
SardineImpl.patch(String url,
Map<QName,String> setProps) |
List<DavResource> |
SardineImpl.patch(String url,
Map<QName,String> setProps,
List<QName> removeProps)
Creates a
Propertyupdate element containing all properties to set from setProps and all properties to
remove from removeProps. |
protected List<DavResource> |
SardineImpl.propfind(String url,
int depth,
Propfind body) |
List<DavResource> |
SardineImpl.propfind(String url,
int depth,
Set<QName> props) |
List<DavResource> |
SardineImpl.search(String url,
String language,
String query) |
| Modifier and Type | Method and Description |
|---|---|
List<DavResource> |
SyncCollectionReport.Result.getResources() |
Copyright © 2019. All rights reserved.