Class PropFindResponseHandler

    • Constructor Detail

      • PropFindResponseHandler

        public PropFindResponseHandler​(org.apache.jackrabbit.webdav.client.methods.HttpPropfind propfind)
    • Method Detail

      • getPropertySet

        public org.apache.jackrabbit.webdav.property.DavPropertySet getPropertySet()
      • getCollections

        public Map<String,​org.apache.jackrabbit.webdav.property.DavPropertySet> getCollections​(List<ResourceType> types)
                                                                                              throws org.apache.jackrabbit.webdav.DavException
        Get the list of collections from a MultiStatus (HTTP 207 status code) response and populate the list of properties of each collection.
        Throws:
        org.apache.jackrabbit.webdav.DavException
      • getDavPropertyUri

        public String getDavPropertyUri​(org.apache.jackrabbit.webdav.property.DavPropertyName type)
                                 throws org.apache.jackrabbit.webdav.DavException
        Throws:
        org.apache.jackrabbit.webdav.DavException
      • succeeded

        public boolean succeeded()
      • exists

        public boolean exists()
      • accept

        public void accept​(org.apache.http.HttpResponse httpResponse)
        Specified by:
        accept in interface Consumer<org.apache.http.HttpResponse>