Uses of Class
com.github.sardine.DavResource
Packages that use DavResource
Package
Description
Base package with factories to work implementation agnostic.
Assembles classes only related to the
HttpClient implementation.-
Uses of DavResource in com.github.sardine
Methods in com.github.sardine that return types with arguments of type DavResourceModifier and TypeMethodDescriptionSardine.getResources(String url) Deprecated.Gets a directory listing using WebDAVPROPFIND.Gets a directory listing using WebDAVPROPFIND.Gets a directory listing using WebDAVPROPFIND.Gets a directory listing using WebDAVPROPFIND.Add or remove custom properties for a url using WebDAVPROPPATCH.Sardine.patch(String url, List<Element> addProps, List<QName> removeProps, Map<String, String> headers) Add or remove custom properties for a url using WebDAVPROPPATCH.Add custom properties for a url WebDAVPROPPATCH.Add or remove custom properties for a url using WebDAVPROPPATCH.Fetches a resource using WebDAVPROPFIND.Perform a search of the Webdav repository.Sardine.versionsList(String url) Gets versions listing of resource.Sardine.versionsList(String url, int depth) Gets versions listing of resource.Sardine.versionsList(String url, int depth, Set<QName> props) Gets versions listing of resource. -
Uses of DavResource in com.github.sardine.impl
Methods in com.github.sardine.impl that return types with arguments of type DavResourceModifier and TypeMethodDescriptionSardineImpl.getResources(String url) Creates aPropertyupdateelement containing all properties to set from setProps and all properties to remove from removeProps.SardineImpl.patch(String url, List<Element> setProps, List<QName> removeProps, Map<String, String> headers) Creates aPropertyupdateelement containing all properties to set from setProps and all properties to remove from removeProps.protected List<DavResource> SardineImpl.versionsList(String url) SardineImpl.versionsList(String url, int depth) SardineImpl.versionsList(String url, int depth, Set<QName> props) -
Uses of DavResource in com.github.sardine.report
Methods in com.github.sardine.report that return types with arguments of type DavResourceModifier and TypeMethodDescriptionVersionTreeReport.fromMultistatus(Multistatus multistatus) SyncCollectionReport.Result.getResources()