A B C D E F G H I L M N O P R S T U V W X

A

ACL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
ACL.
ADVANCED_COLLECTIONS - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
Advanced collections.
ALL - Static variable in class org.apache.webdav.lib.Privilege
 
ALL - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting the all properties for this resource.
ALL - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name and value.
ALL - Static variable in class org.apache.webdav.lib.methods.ReportMethod
Request of all properties name and value.
Ace - class org.apache.webdav.lib.Ace.
This interface models a DAV Access control entry.
Ace(String) - Constructor for class org.apache.webdav.lib.Ace
 
Ace(String, boolean, boolean, boolean, String) - Constructor for class org.apache.webdav.lib.Ace
 
AclMethod - class org.apache.webdav.lib.methods.AclMethod.
ACL Method.
AclMethod() - Constructor for class org.apache.webdav.lib.methods.AclMethod
Method constructor.
AclMethod(String) - Constructor for class org.apache.webdav.lib.methods.AclMethod
Method constructor.
AclProperty - class org.apache.webdav.lib.properties.AclProperty.
This interface models the <D:acl> property, which is defined in the WebDAV Access Control Protocol specification.
AclProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.AclProperty
Default constructor for the property.
AclReportMethod - class org.apache.webdav.lib.methods.AclReportMethod.
WebDAV Report method This class is used to send an report from the ACL specification.
AclReportMethod(String, Collection, int, int) - Constructor for class org.apache.webdav.lib.methods.AclReportMethod
 
aces - Variable in class org.apache.webdav.lib.methods.AclMethod
 
aclMethod(String, Ace[]) - Method in class org.apache.webdav.lib.WebdavResource
Updates the resource with a new set of aces.
aclReportMethod(String, Collection, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute REPORT method.
aclfindMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Return the AclProperty for the resource at the given path
addAce(Ace) - Method in class org.apache.webdav.lib.methods.AclMethod
Add an ace to the ace list which will be set by the method.
addLock(String, String) - Method in class org.apache.webdav.lib.WebdavState
Add a lock token.
addPrivilege(Privilege) - Method in class org.apache.webdav.lib.Ace
Add privilege.
addPropertyToRemove(String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add property to remove.
addPropertyToRemove(String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add property to remove.
addPropertyToSet(String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add a new property to set.
addPropertyToSet(String, String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add a new property to set.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.AclMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.AclReportMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CopyMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LabelMethod
Generate the protocol headers.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LockMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.MoveMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.ReportMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SearchMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnlockMethod
Generate additional headers needed by the request.
addResource(String, WebdavResource) - Method in class org.apache.webdav.lib.WebdavResources
Maps the resource name to its resource.
addResource(WebdavResource) - Method in class org.apache.webdav.lib.WebdavResources
Add the specified resource.
allowedMethods - Variable in class org.apache.webdav.lib.WebdavResource
The allowed HTTP methods.

B

BASIC - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting the basic properties for this resource.
BY_NAME - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of named properties.
BaseProperty - class org.apache.webdav.lib.BaseProperty.
This interface models a DAV property.
BaseProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.BaseProperty
Default constructor for the property.
BindMethod - class org.apache.webdav.lib.methods.BindMethod.
BIND Method.
BindMethod() - Constructor for class org.apache.webdav.lib.methods.BindMethod
Method constructor.
builder - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Document builder.

C

CREATIONDATE - Static variable in class org.apache.webdav.lib.WebdavResource
The creationdate property.
CheckinMethod - class org.apache.webdav.lib.methods.CheckinMethod.
The CHECKIN method can be applied to a checked-out version-controlled resource to produce a new version whose content and dead properties are copied from the checked-out resource.
CheckinMethod() - Constructor for class org.apache.webdav.lib.methods.CheckinMethod
Method constructor.
CheckinMethod(String) - Constructor for class org.apache.webdav.lib.methods.CheckinMethod
Method constructor.
CheckoutMethod - class org.apache.webdav.lib.methods.CheckoutMethod.
The Checkout method can be applied to a checked-in version-controlled resource.
CheckoutMethod() - Constructor for class org.apache.webdav.lib.methods.CheckoutMethod
Method constructor.
CheckoutMethod(String) - Constructor for class org.apache.webdav.lib.methods.CheckoutMethod
Method constructor.
Constants - class org.apache.webdav.lib.Constants.
Constants used by the WebDAV client library.
Constants() - Constructor for class org.apache.webdav.lib.Constants
 
CopyMethod - class org.apache.webdav.lib.methods.CopyMethod.
COPY Method.
CopyMethod() - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CurrentUserPrivilegeSetProperty - class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty.
Title: CurrentUserPrivilegeSetProperty.java Description: Company: SpeedLegal Holdings Inc.
CurrentUserPrivilegeSetProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
Default constructor for the property.
canRead() - Method in class org.apache.webdav.lib.WebdavFile
 
canWrite() - Method in class org.apache.webdav.lib.WebdavFile
 
checkinMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKIN method for this WebdavResource.
checkinMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKIN method for the given path.
checkoutMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for this WebdavResource.
checkoutMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for the given path.
childResources - Variable in class org.apache.webdav.lib.WebdavResource
Table of the hrefs gotten in a collection.
clearPrivileges() - Method in class org.apache.webdav.lib.Ace
Clear privileges.
client - Variable in class org.apache.webdav.lib.WebdavSession
The Http client instance.
close() - Method in class org.apache.webdav.lib.WebdavResource
Close the session of this client
closeSession() - Method in class org.apache.webdav.lib.WebdavSession
Close an session and delete the connection information.
closeSession(HttpClient) - Method in class org.apache.webdav.lib.WebdavSession
Deprecated. Replaced by closeSession()
compareTo(File) - Method in class org.apache.webdav.lib.WebdavFile
 
compareTo(Object) - Method in class org.apache.webdav.lib.WebdavFile
 
compareTo(Object) - Method in class org.apache.webdav.lib.WebdavResource
Compare to the given another object.
compareToWebdavResource(WebdavResource) - Method in class org.apache.webdav.lib.WebdavResource
Compare to the WebdavResource object.
convertElementToProperty(XMLResponseMethodBase.Response, Element) - Static method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
This method creates a property implementation from an element.
copyMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the COPY method for the given destination path.
copyMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the COPY method the given source and destination.
createNewFile() - Method in class org.apache.webdav.lib.WebdavFile
 
createTempFile(String, String, File) - Static method in class org.apache.webdav.lib.WebdavFile
todo
createTempFile(String, String) - Static method in class org.apache.webdav.lib.WebdavFile
todo
createWebdavResource(HttpClient) - Method in class org.apache.webdav.lib.WebdavResource
Create a new WebdavResource object (as a seperate method so that it can be overridden by subclasses.
creationDate - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, creationdate.

D

DASL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DASL.
DATE_FORMAT - Static variable in class org.apache.webdav.lib.properties.GetLastModifiedProperty
The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).
DAV - Static variable in class org.apache.webdav.lib.Constants
 
DAV_LEVEL1 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 1.
DAV_LEVEL2 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 2.
DEFAULT - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting the default DAV properties for this resource.
DELTAV - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
Delta V.
DEPTH_0 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth 0.
DEPTH_1 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth 1.
DEPTH_INFINITY - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth infinity.
DISPLAYNAME - Static variable in class org.apache.webdav.lib.WebdavResource
The displayname property.
DeleteMethod - class org.apache.webdav.lib.methods.DeleteMethod.
DELETE Method.
DeleteMethod() - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
DeleteMethod(String) - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
DepthSupport - interface org.apache.webdav.lib.methods.DepthSupport.
Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header.
davCapabilities - Variable in class org.apache.webdav.lib.WebdavResource
The capabilities of the WebDAV server.
davSeparator - Static variable in class org.apache.webdav.lib.WebdavFile
Directory separator
davSeparatorChar - Static variable in class org.apache.webdav.lib.WebdavFile
Directory separator
debug - Variable in class org.apache.webdav.lib.WebdavSession
Debug level.
defaultAction - Static variable in class org.apache.webdav.lib.WebdavResource
The default action to find properties.
defaultDepth - Static variable in class org.apache.webdav.lib.WebdavResource
The default depth for WebDAV methods.
defaultOwner - Static variable in class org.apache.webdav.lib.WebdavResource
Owner information for locking and unlocking.
delete() - Method in class org.apache.webdav.lib.WebdavFile
 
deleteMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the DELETE method for this WebdavResource.
deleteMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the DELETE method for the given path.
deleteOnExit() - Method in class org.apache.webdav.lib.WebdavFile
 
depth - Variable in class org.apache.webdav.lib.Lock
 
depth - Variable in class org.apache.webdav.lib.methods.PropFindMethod
Depth.
depth - Variable in class org.apache.webdav.lib.methods.ReportMethod
Depth.
discoverLock(String, String, WebdavState) - Method in class org.apache.webdav.lib.WebdavResource
Discover the given owner and locktoken and set the locktoken
discoverOwnLocks() - Method in class org.apache.webdav.lib.WebdavResource
Discover and refresh lock tokens.
displayName - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, displayname.

E

element - Variable in class org.apache.webdav.lib.BaseProperty
Associated node element.
enumeratePrivileges() - Method in class org.apache.webdav.lib.Ace
Enumerate privileges.
equals(Object) - Method in class org.apache.webdav.lib.Privilege
Equals.
equals(Object) - Method in class org.apache.webdav.lib.WebdavFile
 
equals(Object) - Method in class org.apache.webdav.lib.WebdavResource
Test the object.
executeHttpRequestMethod(HttpClient, HttpMethod) - Method in class org.apache.webdav.lib.WebdavResource
Execute the http request method.
exists() - Method in class org.apache.webdav.lib.WebdavFile
 
exists - Variable in class org.apache.webdav.lib.WebdavResource
An WebdavResource flag to check its existence;
exists() - Method in class org.apache.webdav.lib.WebdavResource
Test if it exists.

F

FALSE - Static variable in class org.apache.webdav.lib.WebdavResource
The false constant string.
format - Variable in class org.apache.webdav.lib.properties.GetLastModifiedProperty
 
formats - Static variable in class org.apache.webdav.lib.WebdavResource
Date formats using for Date parsing.

G

GETCONTENTLANGUAGE - Static variable in class org.apache.webdav.lib.WebdavResource
The getcontentlanguage property.
GETCONTENTLENGTH - Static variable in class org.apache.webdav.lib.WebdavResource
The getcontentlength property.
GETCONTENTTYPE - Static variable in class org.apache.webdav.lib.WebdavResource
The getcontenttype property.
GETETAG - Static variable in class org.apache.webdav.lib.WebdavResource
The getetag property.
GETLASTMODIFIED - Static variable in class org.apache.webdav.lib.WebdavResource
The getlastmodifed property.
GetContentLengthProperty - interface org.apache.webdav.lib.properties.GetContentLengthProperty.
 
GetLastModifiedProperty - class org.apache.webdav.lib.properties.GetLastModifiedProperty.
This interface models the <D:getlastmodified> property, which indicates the last time the resource was modified.
GetLastModifiedProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.GetLastModifiedProperty
Default constructor for the property.
generateIfHeader(HttpMethod) - Method in class org.apache.webdav.lib.WebdavResource
Generate and add the If header to the specified HTTP method.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.AclMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
generateRequestBody() - Method in class org.apache.webdav.lib.methods.LabelMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.LockMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.OptionsMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.PropFindMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.ReportMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.SearchMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.UpdateMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
DAV requests that contain a body must override this function to generate that body.
getAbsoluteFile() - Method in class org.apache.webdav.lib.WebdavFile
 
getAbsolutePath() - Method in class org.apache.webdav.lib.WebdavFile
 
getAces() - Method in class org.apache.webdav.lib.properties.AclProperty
Returns the Aces present in this acl property.
getActiveLockOwners() - Method in class org.apache.webdav.lib.WebdavResource
Get the activelock owners for this resource.
getActiveLocks() - Method in class org.apache.webdav.lib.properties.LockDiscoveryProperty
Get the activelock in this lockdiscovery property.
getAllLocks(String) - Method in class org.apache.webdav.lib.WebdavState
Get all locks scoped to that uri.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.OptionsMethod
This method returns an enumeration of URL paths.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.PropFindMethod
This method returns an enumeration of URL paths.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.ReportMethod
This method returns an enumeration of URL paths.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.SearchMethod
This method returns an enumeration of URL paths.
getAllowedMethods() - Method in class org.apache.webdav.lib.WebdavResource
Get the allowed methods, checked by HTTP OPTIONS.
getAllowedMethods() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of allowed methods.
getCanonicalFile() - Method in class org.apache.webdav.lib.WebdavFile
 
getCanonicalPath() - Method in class org.apache.webdav.lib.WebdavFile
 
getChildResources() - Method in class org.apache.webdav.lib.WebdavResource
Get all resources in this collection with the depth 1.
getContentLength - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getcontentlength.
getContentType - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getcontenttype.
getCreationDate() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, creationdate.
getDate() - Method in class org.apache.webdav.lib.properties.GetLastModifiedProperty
Get the date of the last modification.
getDavCapabilities() - Method in class org.apache.webdav.lib.WebdavResource
Get the WebDAV capabilities, checked by HTTP OPTIONS.
getDavCapabilities() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of supported DAV capabilities.
getDefaultAction() - Static method in class org.apache.webdav.lib.WebdavResource
Get the default action.
getDefaultDepth() - Static method in class org.apache.webdav.lib.WebdavResource
Get the default action.
getDepth() - Method in class org.apache.webdav.lib.Lock
Get the value of the depth.
getDepth() - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
getDepth() - Method in interface org.apache.webdav.lib.methods.DepthSupport
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.LockMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.PropFindMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.ReportMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
 
getDestination() - Method in class org.apache.webdav.lib.methods.CopyMethod
Destination getter.
getDestination() - Method in class org.apache.webdav.lib.methods.MoveMethod
Destination getter.
getDisplayName() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, displayname.
getElement() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the property as a DOM Element.
getElement() - Method in interface org.apache.webdav.lib.Property
This method returns the property as a DOM Element.
getEtag - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getetag.
getExistence() - Method in class org.apache.webdav.lib.WebdavResource
Get its existence.
getFirstElement(String, String) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getGetContentLength() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getcontentlength.
getGetContentType() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getcontenttype.
getGetEtag() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getetag.
getGetLastModified() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, getlastmodified.
getGetTempDir() - Static method in class org.apache.webdav.lib.WebdavResource
Deprecated. The returned directory is not used by the GET method.
getGetUseDisk() - Static method in class org.apache.webdav.lib.WebdavResource
Deprecated. This method always returns false.
getHistories() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getHistories() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
 
getHistories() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getHost() - Method in class org.apache.webdav.lib.WebdavResource
Get the hostname of this WebdavResource.
getHref() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the href string in the response XML element.
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 
getHref() - Method in class org.apache.webdav.lib.properties.OwnerProperty
Returns the value of the href element.
getHrefs() - Method in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
Returns the Hrefs present in this principal-collection-set property.
getHttpURL() - Method in class org.apache.webdav.lib.WebdavResource
Get the HttpURL of this WebdavResource.
getHttpURLExceptForUserInfo() - Method in class org.apache.webdav.lib.WebdavResource
Get the HttpURL except for userinfo.
getInheritedFrom() - Method in class org.apache.webdav.lib.Ace
Inherited from accessor.
getIsCollection() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, iscollection
getIsHidden() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, ishidden.
getLabelName() - Method in class org.apache.webdav.lib.methods.LabelMethod
Get the label-name this action will manipulate.
getLastModified - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getlastmodified.
getLength() - Method in interface org.apache.webdav.lib.properties.GetContentLengthProperty
Get the content length.
getLocalName() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the local name of the property.
getLocalName() - Method in interface org.apache.webdav.lib.Property
This method returns the local name of the property.
getLock(String) - Method in class org.apache.webdav.lib.WebdavState
Get lock
getLockDiscovery() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, lockdiscovery.
getLockEntries() - Method in class org.apache.webdav.lib.properties.SupportedLockProperty
Get the lockentry in this supportedlock property.
getLockScope() - Method in class org.apache.webdav.lib.Lock
Get whether a lock is an exclusive lock, or a shared lock.
getLockToken() - Method in class org.apache.webdav.lib.Lock
Get the access type of a lock.
getLockToken() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getLockType() - Method in class org.apache.webdav.lib.Lock
Get the access type of a lock.
getLocks(String) - Method in class org.apache.webdav.lib.WebdavState
Deprecated.  
getMethod(File) - Method in class org.apache.webdav.lib.WebdavResource
Execute the GET method for this WebdavResource path.
getMethod(String, File) - Method in class org.apache.webdav.lib.WebdavResource
Execute the GET method for the given path.
getMethodData() - Method in class org.apache.webdav.lib.WebdavResource
Get InputStream for the GET method.
getMethodData(String) - Method in class org.apache.webdav.lib.WebdavResource
Get InputStream for the GET method for the given path.
getMethodDataAsString() - Method in class org.apache.webdav.lib.WebdavResource
Get data as a String for the GET method.
getMethodDataAsString(String) - Method in class org.apache.webdav.lib.WebdavResource
Get data as a String for the GET method for the given path.
getName() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the full name of the property.
getName() - Method in class org.apache.webdav.lib.Privilege
Name accessor.
getName() - Method in interface org.apache.webdav.lib.Property
This method returns the full name of the property.
getName() - Method in class org.apache.webdav.lib.WebdavFile
 
getName() - Method in class org.apache.webdav.lib.WebdavResource
Get the name of this WebdavResource.
getName() - Method in class org.apache.webdav.lib.methods.AclMethod
 
getName() - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
getName() - Method in class org.apache.webdav.lib.methods.BindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.CheckinMethod
 
getName() - Method in class org.apache.webdav.lib.methods.CheckoutMethod
 
getName() - Method in class org.apache.webdav.lib.methods.CopyMethod
 
getName() - Method in class org.apache.webdav.lib.methods.DeleteMethod
 
getName() - Method in class org.apache.webdav.lib.methods.LabelMethod
 
getName() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getName() - Method in class org.apache.webdav.lib.methods.MkWorkspaceMethod
 
getName() - Method in class org.apache.webdav.lib.methods.MkcolMethod
 
getName() - Method in class org.apache.webdav.lib.methods.MoveMethod
 
getName() - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
getName() - Method in class org.apache.webdav.lib.methods.PropFindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
 
getName() - Method in class org.apache.webdav.lib.methods.RebindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.ReportMethod
 
getName() - Method in class org.apache.webdav.lib.methods.SearchMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UnbindMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UncheckoutMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UnlockMethod
 
getName() - Method in class org.apache.webdav.lib.methods.UpdateMethod
 
getName() - Method in class org.apache.webdav.lib.methods.VersionControlMethod
 
getNamespace() - Method in class org.apache.webdav.lib.Privilege
Namespace accessor.
getNamespaceURI() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the namespace of the property.
getNamespaceURI() - Method in interface org.apache.webdav.lib.Property
This method returns the namespace of the property.
getOverwrite() - Method in class org.apache.webdav.lib.WebdavResource
Get the current value of the overwrite flag for COPY and MOVE.
getOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
getOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
getOwner() - Method in class org.apache.webdav.lib.Lock
Get information about the principal taking out a lock.
getOwner() - Method in class org.apache.webdav.lib.WebdavResource
Get the owner string, as used for locking purposes.
getOwner() - Method in class org.apache.webdav.lib.methods.LockMethod
Return the owner of the lock as reported by the server.
getOwningURL() - Method in class org.apache.webdav.lib.BaseProperty
This method returns URL file path of the resource to which this property belongs.
getOwningURL() - Method in interface org.apache.webdav.lib.Property
This method returns URL file path of the resource to which this property belongs.
getParameter() - Method in class org.apache.webdav.lib.Privilege
Parameter accessor.
getParent() - Method in class org.apache.webdav.lib.WebdavFile
 
getParentFile() - Method in class org.apache.webdav.lib.WebdavFile
 
getPass() - Method in class org.apache.webdav.lib.WebdavFile
 
getPath() - Method in class org.apache.webdav.lib.WebdavFile
 
getPath() - Method in class org.apache.webdav.lib.WebdavResource
Get the path part of this WebdavResource.
getPrincipal() - Method in class org.apache.webdav.lib.Ace
Principal accessor.
getProperties() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getProperties() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getProperty() - Method in class org.apache.webdav.lib.Ace
Property accessor.
getPropertyAsString() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the namespace of the property.
getPropertyAsString() - Method in interface org.apache.webdav.lib.Property
This method returns the namespace of the property.
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.AclProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.LockDiscoveryProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.OwnerProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
 
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.ResourceTypeProperty
This method returns the value of the property.
getPropertyAsString() - Method in class org.apache.webdav.lib.properties.SupportedLockProperty
 
getRequestContentLength() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Override the method of HttpMethodBase to return the appropriate content length.
getRequestContentLength() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Return the length (in bytes) of my request body, suitable for use in a Content-Length header.
getResource(String) - Method in class org.apache.webdav.lib.WebdavResources
Get an resource.
getResourceNames() - Method in class org.apache.webdav.lib.WebdavResources
Get an enumeration of the resource names.
getResourceType() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, resourcetype.
getResources() - Method in class org.apache.webdav.lib.WebdavResources
Get an enumeration of the resources.
getResponseDocument() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Response document getter.
getResponseHashtable() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
getResponseProperties() - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Returns an enumeration of Property objects.
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.ReportMethod
Returns an enumeration of Property objects.
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.SearchMethod
Returns an enumeration of Property objects.
getResponseURLs() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
getResponses() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Return an enumeration containing the responses.
getScope() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getScope() - Method in interface org.apache.webdav.lib.properties.LockEntryProperty
 
getSessionInstance(HttpURL) - Method in class org.apache.webdav.lib.WebdavSession
Get a HttpClient instance.
getSessionInstance(HttpURL, boolean) - Method in class org.apache.webdav.lib.WebdavSession
Get a HttpClient instance.
getStatusCode() - Method in class org.apache.webdav.lib.BaseProperty
This method returns the status code associated with the property.
getStatusCode() - Method in interface org.apache.webdav.lib.Property
This method returns the status code associated with the property.
getStatusCode() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the status code for use with 207 (Multi-Status).
getStatusCode() - Method in class org.apache.webdav.lib.WebdavResource
Get the lastest value of the status code by HTTP methods.
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 
getStatusMessage() - Method in class org.apache.webdav.lib.WebdavResource
Get the lastest value of the status message by HTTP methods.
getSupportedLock() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, supportedlock.
getTimeout() - Method in class org.apache.webdav.lib.Lock
Get the timeout associated with a lock.
getTimeout() - Method in class org.apache.webdav.lib.methods.LockMethod
get the timeout value.
getType() - Method in class org.apache.webdav.lib.methods.LabelMethod
Get the label type which has been set.
getType() - Method in class org.apache.webdav.lib.methods.PropFindMethod
Type getter.
getType() - Method in class org.apache.webdav.lib.methods.ReportMethod
Type getter.
getType() - Method in interface org.apache.webdav.lib.properties.LockEntryProperty
 
getUser() - Method in class org.apache.webdav.lib.WebdavFile
 
getWorkspaces() - Method in interface org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getWorkspaces() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
 
getWorkspaces() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
gmtZone - Static variable in class org.apache.webdav.lib.WebdavResource
GMT timezone.

H

HttpRequestBodyMethodBase - class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase.
PUT Method.
HttpRequestBodyMethodBase() - Constructor for class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Default constructor.
HttpRequestBodyMethodBase(String) - Constructor for class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
URI-setting constructor.
hasReadAccess() - Method in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
 
hasReadWriteAccess() - Method in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
 
hasWriteAccess() - Method in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
 
hashCode() - Method in class org.apache.webdav.lib.WebdavFile
 
headMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the HEAD method for this WebdavResource.
headMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the HEAD method for the given path.
hostCredentials - Variable in class org.apache.webdav.lib.WebdavSession
Credentials to use for authentication
hrefTable - Variable in class org.apache.webdav.lib.WebdavResources
The resources for each href and its properties.
httpURL - Variable in class org.apache.webdav.lib.WebdavResource
The HttpURL to represent a WebDAV resource.

I

ISCOLLECTION - Static variable in class org.apache.webdav.lib.WebdavResource
The iscollection property.
ISHIDDEN - Static variable in class org.apache.webdav.lib.WebdavResource
The ishidden property.
inherited - Variable in class org.apache.webdav.lib.Ace
Inherited.
inheritedFrom - Variable in class org.apache.webdav.lib.Ace
Inherited from.
isAbsolute() - Method in class org.apache.webdav.lib.WebdavFile
 
isAllowed(String) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Is the specified method allowed ?
isCollection - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, iscollection.
isCollection() - Method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, resourcetype
isCollection() - Method in class org.apache.webdav.lib.properties.ResourceTypeProperty
Returns true if the resource is a collection.
isDirectory() - Method in class org.apache.webdav.lib.WebdavFile
 
isEmpty() - Method in class org.apache.webdav.lib.WebdavResources
Test if there is no resource.
isFile() - Method in class org.apache.webdav.lib.WebdavFile
 
isHidden() - Method in class org.apache.webdav.lib.WebdavFile
 
isHidden - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, ishidden.
isInherited() - Method in class org.apache.webdav.lib.Ace
Inherited accessor.
isLocked() - Method in class org.apache.webdav.lib.WebdavResource
Test that this resource is locked.
isNegative() - Method in class org.apache.webdav.lib.Ace
Negative accessor.
isOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
isOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
isProtected() - Method in class org.apache.webdav.lib.Ace
Protected accessor.
isRefresh() - Method in class org.apache.webdav.lib.methods.LockMethod
 
isRequestContentAlreadySet() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
return true, if the method setRequestContent has been called (with a null parameter)
isSupported(String) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Is DAV capability supported ?
isTheClient() - Method in class org.apache.webdav.lib.WebdavResource
Test that the httpURL is the same with the client.
isThereResource(WebdavResource) - Method in class org.apache.webdav.lib.WebdavResources
Test if there is a resource.
isThereResourceName(String) - Method in class org.apache.webdav.lib.WebdavResources
Test if there is a resource called the specified resource name.

L

LABEL_ADD - Static variable in class org.apache.webdav.lib.WebdavResource
 
LABEL_ADD - Static variable in class org.apache.webdav.lib.methods.LabelMethod
The constant for adding a label.
LABEL_REMOVE - Static variable in class org.apache.webdav.lib.WebdavResource
 
LABEL_REMOVE - Static variable in class org.apache.webdav.lib.methods.LabelMethod
The constant for removing a label.
LABEL_SET - Static variable in class org.apache.webdav.lib.WebdavResource
 
LABEL_SET - Static variable in class org.apache.webdav.lib.methods.LabelMethod
The constant for setting a label.
LOCATE_HISTORY - Static variable in class org.apache.webdav.lib.methods.ReportMethod
 
LOCKDISCOVERY - Static variable in class org.apache.webdav.lib.WebdavResource
The lockdiscovery property.
LabelMethod - class org.apache.webdav.lib.methods.LabelMethod.
The Label method is used to manipulate labels on resources on the server.
LabelMethod() - Constructor for class org.apache.webdav.lib.methods.LabelMethod
The default constructor.
LabelMethod(String, int, String) - Constructor for class org.apache.webdav.lib.methods.LabelMethod
The label method constructor.
Lock - class org.apache.webdav.lib.Lock.
This class represents a lock on a resource.
Lock(int, int) - Constructor for class org.apache.webdav.lib.Lock
Default constructor for the lockentry.
Lock(int, int, int, String, int, String) - Constructor for class org.apache.webdav.lib.Lock
Default constructor for the activelock.
Lock(int, int, int, String, long, String) - Constructor for class org.apache.webdav.lib.Lock
Deprecated. The timeout value MUST NOT be greater than 2^32-1.
LockDiscoveryProperty - class org.apache.webdav.lib.properties.LockDiscoveryProperty.
This class represents a listing of who has lock, what type of lock he has, the timeout type and the time remaining on the timeout, and the associated lock token.
LockDiscoveryProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.LockDiscoveryProperty
Default constructor for the property.
LockEntryProperty - interface org.apache.webdav.lib.properties.LockEntryProperty.
 
LockMethod - class org.apache.webdav.lib.methods.LockMethod.
Web resources can be locked to ensure that only one user is updating the resource at a time.
LockMethod() - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String, String, int) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String, String, short, int) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String, String, long) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Deprecated. The timeout value MUST NOT be greater than 2^32-1.
LockMethod(String, String, short, long) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Deprecated. The timeout value MUST NOT be greater than 2^32-1.
labelMethod(String, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute a LABEL method on the current path, setting the given label
labelMethod(String, String, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute a LABEL method on the given path, setting the given label
lastModified() - Method in class org.apache.webdav.lib.WebdavFile
 
latestStatusCode - Variable in class org.apache.webdav.lib.WebdavResource
An status code performed by HTTP methods at the most recent.
latestStatusMessage - Variable in class org.apache.webdav.lib.WebdavResource
An status message performed by HTTP methods at the most recent.
length() - Method in class org.apache.webdav.lib.WebdavFile
 
list() - Method in class org.apache.webdav.lib.WebdavFile
 
list(FilenameFilter) - Method in class org.apache.webdav.lib.WebdavFile
 
list() - Method in class org.apache.webdav.lib.WebdavResource
Get an array of pathnames denoting the WebDAV resources in the collection denoted by this pathname.
list() - Method in class org.apache.webdav.lib.WebdavResources
Get an array of resource names.
listBasic() - Method in class org.apache.webdav.lib.WebdavResource
Get an array of pathnames and basic information denoting the WebDAV resources in the denoted by this pathname.
listFiles() - Method in class org.apache.webdav.lib.WebdavFile
 
listFiles(FilenameFilter) - Method in class org.apache.webdav.lib.WebdavFile
 
listFiles(FileFilter) - Method in class org.apache.webdav.lib.WebdavFile
 
listResources() - Method in class org.apache.webdav.lib.WebdavResources
Get an arraay of resources.
listRoots() - Static method in class org.apache.webdav.lib.WebdavFile
todo
listWebdavResources() - Method in class org.apache.webdav.lib.WebdavResource
Get an array of resources denoting the WebDAV child resources in the collection of this resources.
lockDiscovery - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, lockdiscovery.
lockDiscoveryPropertyFindMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Return the LockDiscoveryProperty for the resource at the given path
lockMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for this WebdavResource.
lockMethod(String, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for this WebdavResource.
lockMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
lockMethod(String, String, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
lockMethod(String, short) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. The timeout value MUST NOT be greater than 2^32-1.
lockMethod(String, String, short) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. The timeout value MUST NOT be greater than 2^32-1.
lockScope - Variable in class org.apache.webdav.lib.Lock
 
lockToken - Variable in class org.apache.webdav.lib.Lock
 
lockTokens - Variable in class org.apache.webdav.lib.WebdavState
Lock list.
lockType - Variable in class org.apache.webdav.lib.Lock
 
locks - Variable in class org.apache.webdav.lib.WebdavState
Lock tokens.

M

MkWorkspaceMethod - class org.apache.webdav.lib.methods.MkWorkspaceMethod.
The MkWorkspace method is used to create a new workspace.
MkWorkspaceMethod() - Constructor for class org.apache.webdav.lib.methods.MkWorkspaceMethod
Method constructor.
MkWorkspaceMethod(String) - Constructor for class org.apache.webdav.lib.methods.MkWorkspaceMethod
Method constructor.
MkcolMethod - class org.apache.webdav.lib.methods.MkcolMethod.
The MKCOL method is used to create a new collection.
MkcolMethod() - Constructor for class org.apache.webdav.lib.methods.MkcolMethod
Method constructor.
MkcolMethod(String) - Constructor for class org.apache.webdav.lib.methods.MkcolMethod
Method constructor.
MoveMethod - class org.apache.webdav.lib.methods.MoveMethod.
MOVE Method.
MoveMethod() - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
MoveMethod(String) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
MoveMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
MoveMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
mkWorkspaceMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the MKWORKSPACE method for this WebdavResource.
mkWorkspaceMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the MKCOL method for the given path.
mkcolMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the MKCOL method for this WebdavResource.
mkcolMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the MKCOL method for the given path.
mkdir() - Method in class org.apache.webdav.lib.WebdavFile
 
mkdirs() - Method in class org.apache.webdav.lib.WebdavFile
 
moveMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the MOVE method for this WebdavReource.
moveMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the MOVE method for the given source and destination.

N

NAME - Static variable in class org.apache.webdav.lib.WebdavResource
The action setting only the displayname for this resource.
NAME - Static variable in class org.apache.webdav.lib.methods.BindMethod
 
NAME - Static variable in class org.apache.webdav.lib.methods.RebindMethod
 
NAME - Static variable in class org.apache.webdav.lib.methods.UnbindMethod
 
NAMES - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name.
NOACTION - Static variable in class org.apache.webdav.lib.WebdavResource
No action to find properties for this resource.
NOT_IMPLEMENTED - Static variable in class org.apache.webdav.lib.WebdavException
Method not implemented for Webdav
name - Variable in class org.apache.webdav.lib.Privilege
Custom privilege element name.
namespace - Variable in class org.apache.webdav.lib.Privilege
Custom privilege namespace.
negative - Variable in class org.apache.webdav.lib.Ace
Negative (deny) flag.
node - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 

O

OPTIONS_VERSION_HISTORY - Static variable in class org.apache.webdav.lib.WebdavResource
 
OPTIONS_VERSION_HISTORY - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
 
OPTIONS_WORKSPACE - Static variable in class org.apache.webdav.lib.WebdavResource
 
OPTIONS_WORKSPACE - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
 
OptionsMethod - class org.apache.webdav.lib.methods.OptionsMethod.
OPTIONS Method.
OptionsMethod() - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
OptionsMethod(String) - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
OptionsMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
OwnerProperty - class org.apache.webdav.lib.properties.OwnerProperty.
This interface models the <D:owner> property, which is defined in the WebDAV Access Control Protocol specification.
OwnerProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.OwnerProperty
Default constructor for the property.
optionsMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for this WebdavResource.
optionsMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for the given path.
optionsMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for the given path.
optionsMethod(HttpURL) - Method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for the given http URL.
optionsMethod(HttpURL, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for the given http URL, DELTAV
optionsMethod(String, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for the given path.
org.apache.webdav.lib - package org.apache.webdav.lib
 
org.apache.webdav.lib.methods - package org.apache.webdav.lib.methods
 
org.apache.webdav.lib.properties - package org.apache.webdav.lib.properties
 
overwrite - Variable in class org.apache.webdav.lib.WebdavResource
An WebdavResource flag to check overwriting;
owner - Variable in class org.apache.webdav.lib.Lock
 
owner - Variable in class org.apache.webdav.lib.WebdavResource
Owner information for locking and unlocking.

P

PRINCIPAL_PROPERTY_SEARCH - Static variable in class org.apache.webdav.lib.methods.AclReportMethod
 
PrincipalCollectionSetProperty - class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty.
This class models the <D:principal-collection-set> property, which is defined in the WebDAV Access Control Protocol specification.
PrincipalCollectionSetProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
Default constructor for the property.
Privilege - class org.apache.webdav.lib.Privilege.
This interface models a DAV ACE privilege.
Privilege(String, String, String) - Constructor for class org.apache.webdav.lib.Privilege
 
PropFindMethod - class org.apache.webdav.lib.methods.PropFindMethod.
This class implements the WebDAV PROPFIND Method.
PropFindMethod() - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, int, int) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, Enumeration) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, int, Enumeration) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropPatchMethod - class org.apache.webdav.lib.methods.PropPatchMethod.
PROPPATCH Method.
PropPatchMethod() - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod
Method constructor.
PropPatchMethod(String) - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod
Method constructor.
Property - interface org.apache.webdav.lib.Property.
This interface models a DAV property.
PropertyBodyHelper - class org.apache.webdav.lib.methods.PropertyBodyHelper.
This class manages an array of PropertyNames.
PropertyBodyHelper() - Constructor for class org.apache.webdav.lib.methods.PropertyBodyHelper
 
PropertyName - class org.apache.webdav.lib.PropertyName.
This class models a DAV property name.
PropertyName(String, String) - Constructor for class org.apache.webdav.lib.PropertyName
 
parameter - Variable in class org.apache.webdav.lib.Privilege
Additional parameter (usually, an URI).
parseAce(Element) - Method in class org.apache.webdav.lib.properties.AclProperty
Parse an ace.
parseDate(String) - Method in class org.apache.webdav.lib.WebdavResource
Parse the java.util.Date string for HTTP-date.
parseLock(Element) - Method in class org.apache.webdav.lib.properties.LockDiscoveryProperty
Parse a lock.
parseLock(Element) - Method in class org.apache.webdav.lib.properties.SupportedLockProperty
Parse a lock.
parsePrivilege(Element) - Method in class org.apache.webdav.lib.properties.AclProperty
Parse a privilege element.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CheckinMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.CheckoutMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.DeleteMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LabelMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.LockMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.MkWorkspaceMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.MkcolMethod
Parse the response body.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.SearchMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UncheckoutMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UpdateMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.VersionControlMethod
Parse response.
parseResponse(InputStream, HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Parse response.
parseResponseContent(InputStream) - Method in class org.apache.webdav.lib.methods.OptionsMethod
 
parseXMLResponse(InputStream) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
prefix - Variable in class org.apache.webdav.lib.methods.PropFindMethod
The namespace abbreviation that prefixes DAV tags
prefix - Variable in class org.apache.webdav.lib.methods.ReportMethod
The namespace abbreviation that prefixes DAV tags
prefix - Variable in class org.apache.webdav.lib.methods.SearchMethod
The namespace abbreviation that prefixes DAV tags
principal - Variable in class org.apache.webdav.lib.Ace
Principal.
principalCollectionSetFindMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Get the PrincipalCollectionSetProperty for the resource.
privileges - Variable in class org.apache.webdav.lib.Ace
Privileges this ACE grants or denies.
processProperty(Property) - Method in class org.apache.webdav.lib.WebdavResource
Process a property, setting various member variables depending on what the property is.
processResponseBody(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.UnlockMethod
 
processResponseHeaders(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Process response headers.
property - Variable in class org.apache.webdav.lib.Ace
Property.
propertyNames - Variable in class org.apache.webdav.lib.methods.PropFindMethod
Property name list.
propertyNames - Variable in class org.apache.webdav.lib.methods.PropertyBodyHelper
 
propertyNames - Variable in class org.apache.webdav.lib.methods.ReportMethod
Property name list.
propfindMethod(int) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with allprop for this WebdavResource.
propfindMethod(String, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with allprop for the given path.
propfindMethod(int, Vector) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with by propname for this resource.
propfindMethod(String, int, Vector) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with by propname for the given path.
propfindMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for this WebdavResource.
propfindMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for the given WebdavResource path.
propfindMethod(Vector) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for this WebdavResource.
propfindMethod(String, Vector) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for the given path and properties.
proppatchMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. it could be removed after the major version changes
proppatchMethod(String, String, boolean) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for this resource with the given property.
proppatchMethod(PropertyName, String) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. it could be removed after the major version changes
proppatchMethod(PropertyName, String, boolean) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for this resource with the given property.
proppatchMethod(String, String, String) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. it could be removed after the major version changes
proppatchMethod(String, String, String, boolean) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for the specified resource with the given property.
proppatchMethod(String, PropertyName, String) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. it could be removed after the major version changes
proppatchMethod(String, PropertyName, String, boolean) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for the given resource with the given properties.
proppatchMethod(Hashtable) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. it could be removed after the major version changes
proppatchMethod(Hashtable, boolean) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for this resource with the given properties.
proppatchMethod(String, Hashtable) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. it could be removed after the major version changes
proppatchMethod(String, Hashtable, boolean) - Method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for the specified resource with the given properties.
protectedAce - Variable in class org.apache.webdav.lib.Ace
Protected.
proxyCredentials - Variable in class org.apache.webdav.lib.WebdavSession
Credentials to use for an authenticating proxy
proxyHost - Variable in class org.apache.webdav.lib.WebdavSession
The hostname to use for the proxy, if any
proxyPort - Variable in class org.apache.webdav.lib.WebdavSession
Port number to use for proxy, if any
putMethod(byte[]) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this resource.
putMethod(String, byte[]) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(InputStream) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this resource.
putMethod(String, InputStream) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this WebdavResource.
putMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(File) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this WebdavResource.
putMethod(String, File) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(URL) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this resource from the given url.
putMethod(String, URL) - Method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path from the given url.

R

READ - Static variable in class org.apache.webdav.lib.Privilege
 
READ_ACL - Static variable in class org.apache.webdav.lib.Privilege
 
RELATIVE_FILE - Static variable in class org.apache.webdav.lib.WebdavException
Method not implemented for Webdav
RESOURCETYPE - Static variable in class org.apache.webdav.lib.WebdavResource
The resourcetype property.
RebindMethod - class org.apache.webdav.lib.methods.RebindMethod.
REBIND Method.
RebindMethod() - Constructor for class org.apache.webdav.lib.methods.RebindMethod
Method constructor.
ReportMethod - class org.apache.webdav.lib.methods.ReportMethod.
This class implements the WebDAV REPORT Method.
ReportMethod() - Constructor for class org.apache.webdav.lib.methods.ReportMethod
Method constructor.
ReportMethod(String) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
Method constructor.
ReportMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
Method constructor.
ReportMethod(String, Enumeration) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
Method constructor.
ReportMethod(String, int, Enumeration, Enumeration) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
Method constructor.
ReportMethod(String, int, Enumeration) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
Method constructor.
ReportMethod(String, int, String) - Constructor for class org.apache.webdav.lib.methods.ReportMethod
 
ResourceTypeProperty - class org.apache.webdav.lib.properties.ResourceTypeProperty.
An interface that describes a standard Resource Type property (as defined by the WebDAV specification).
ResourceTypeProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.ResourceTypeProperty
Default constructor for the property.
ResponseEntity - interface org.apache.webdav.lib.ResponseEntity.
The interface for the response entity body formats that provide operations for the XML response documents.
readContinueCode() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Returns true if 100 Continue status code is found.
readResponseBody(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
recycle() - Method in class org.apache.webdav.lib.methods.AclMethod
 
recycle() - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
 
recycle() - Method in class org.apache.webdav.lib.methods.LockMethod
 
recycle() - Method in class org.apache.webdav.lib.methods.PropFindMethod
 
recycle() - Method in class org.apache.webdav.lib.methods.ReportMethod
 
recycle() - Method in class org.apache.webdav.lib.methods.SearchMethod
 
recycle() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Reset the State of the class to its initial state, so that it can be used again.
refresh() - Method in class org.apache.webdav.lib.WebdavResource
Refresh the properties of this resource without changing the status of the previous command
removeAll() - Method in class org.apache.webdav.lib.WebdavResources
Remove all resources.
removeLock(String, String) - Method in class org.apache.webdav.lib.WebdavState
Remove a lock.
removeLocks(String) - Method in class org.apache.webdav.lib.WebdavState
Remove locks.
removePrivilege(Privilege) - Method in class org.apache.webdav.lib.Ace
Remove privilege.
removeResource(String) - Method in class org.apache.webdav.lib.WebdavResources
Remove the specified resource name.
renameTo(File) - Method in class org.apache.webdav.lib.WebdavFile
 
reportMethod(HttpURL, int) - Method in class org.apache.webdav.lib.WebdavResource
Execute the REPORT method.
reportMethod(HttpURL, Vector) - Method in class org.apache.webdav.lib.WebdavResource
 
reportMethod(HttpURL, Vector, int) - Method in class org.apache.webdav.lib.WebdavResource
 
reportMethod(HttpURL, Vector, Vector, int) - Method in class org.apache.webdav.lib.WebdavResource
 
reportMethod(HttpURL, String, int) - Method in class org.apache.webdav.lib.WebdavResource
 
resourceType - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, resourcetype.
response - Variable in class org.apache.webdav.lib.BaseProperty
Associated response entity.
responseURLs - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Vector of response nodes, to keep track of insertion order FIXME: the above Hashtable and this Vector should be ported to plain Collections
retrieveSessionInstance() - Method in class org.apache.webdav.lib.WebdavResource
Retrieve the current http client for this resource.

S

SCOPE_EXCLUSIVE - Static variable in class org.apache.webdav.lib.Lock
The exclusive constant in the lockscope.
SCOPE_EXCLUSIVE - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
SCOPE_EXCLUSIVE - Static variable in interface org.apache.webdav.lib.properties.LockEntryProperty
 
SCOPE_SHARED - Static variable in class org.apache.webdav.lib.Lock
The shared constant in the lockscope.
SCOPE_SHARED - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
SCOPE_SHARED - Static variable in interface org.apache.webdav.lib.properties.LockEntryProperty
 
SLIDE - Static variable in class org.apache.webdav.lib.Constants
 
SOURCE - Static variable in class org.apache.webdav.lib.WebdavResource
The source property.
SUB_SET - Static variable in class org.apache.webdav.lib.methods.ReportMethod
Request specified properties.
SUPPORTEDLOCK - Static variable in class org.apache.webdav.lib.WebdavResource
The supportedlock property.
SearchMethod - class org.apache.webdav.lib.methods.SearchMethod.
This class implements the WebDAV SEARCH Method.
SearchMethod() - Constructor for class org.apache.webdav.lib.methods.SearchMethod
Method constructor.
SearchMethod(String) - Constructor for class org.apache.webdav.lib.methods.SearchMethod
Method constructor.
SearchMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.SearchMethod
Construct a SearchMethod using the given XML request body.
SupportedLockProperty - class org.apache.webdav.lib.properties.SupportedLockProperty.
 
SupportedLockProperty(ResponseEntity, Element) - Constructor for class org.apache.webdav.lib.properties.SupportedLockProperty
Default constructor for the property.
sVersionHistory - Variable in class org.apache.webdav.lib.methods.ReportMethod
 
setAllProp(int) - Method in class org.apache.webdav.lib.WebdavResource
Set all properties for this resource.
setBasicProperties(int) - Method in class org.apache.webdav.lib.WebdavResource
Sets the basic properties on a resource by indirectly issuing a PROPFIND on the resource.
setClient() - Method in class org.apache.webdav.lib.WebdavResource
Set the client for this resource.
setClient(HttpURL) - Method in class org.apache.webdav.lib.WebdavResource
Set the client for this resource and the given http URL.
setContentType(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the content-type to use for this resource, for PUTs.
setCreationDate(long) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, creationdate.
setCreationDate(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, creationdate.
setCredentials(Credentials) - Method in class org.apache.webdav.lib.WebdavSession
Set credentials for authentication.
setDebug(int) - Method in class org.apache.webdav.lib.WebdavSession
Set debug level.
setDefaultAction(int) - Static method in class org.apache.webdav.lib.WebdavResource
Set the default action for this resource.
setDefaultDepth(int) - Static method in class org.apache.webdav.lib.WebdavResource
Set the default action for this resource.
setDefaultProperties(int) - Method in class org.apache.webdav.lib.WebdavResource
Set the default properties on the resource by indirectly issuing a PROPFIND request for a default set of properties.
setDepth(int) - Method in class org.apache.webdav.lib.methods.AclReportMethod
 
setDepth(int) - Method in interface org.apache.webdav.lib.methods.DepthSupport
Depth setter.
setDepth(int) - Method in class org.apache.webdav.lib.methods.LockMethod
Depth setter.
setDepth(int) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Depth setter.
setDepth(int) - Method in class org.apache.webdav.lib.methods.ReportMethod
Depth setter.
setDepth(int) - Method in class org.apache.webdav.lib.methods.VersionControlMethod
 
setDestination(String) - Method in class org.apache.webdav.lib.methods.CopyMethod
Destination setter.
setDestination(String) - Method in class org.apache.webdav.lib.methods.MoveMethod
Destination setter.
setDisplayName(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, displayname.
setDocument(Document) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
setEncodeURLs(boolean) - Method in class org.apache.webdav.lib.WebdavResource
Deprecated. No longer has any effect.
setExistence(boolean) - Method in class org.apache.webdav.lib.WebdavResource
Set its existence.
setGetContentLength(long) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, getcontentlength.
setGetContentLength(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, getcontentlength.
setGetContentType(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, getcontenttype.
setGetEtag(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, getetag.
setGetLastModified(long) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, getlastmodified.
setGetLastModified(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, getlastmodified.
setGetTempDir(String) - Static method in class org.apache.webdav.lib.WebdavResource
Deprecated. The given directory will not be used.
setGetUseDisk(boolean) - Static method in class org.apache.webdav.lib.WebdavResource
Deprecated. This method has no effect.
setHistoryURLs(Enumeration) - Method in class org.apache.webdav.lib.methods.ReportMethod
sets History URL for locate by history Report
setHttpURL(HttpURL, int, int) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL for this WebdavResource.
setHttpURL(HttpURL, int) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL for this WebdavResource.
setHttpURL(HttpURL, String, int, int) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL for this WebdavResource.
setHttpURL(HttpURL, String, int) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL for this WebdavResource.
setHttpURL(HttpURL, String) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL for this WebdavResource.
setHttpURL(HttpURL) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL for this WebdavResource.
setHttpURL(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL of this WebdavResource.
setInherited(boolean) - Method in class org.apache.webdav.lib.Ace
Inherited mutator.
setInheritedFrom(String) - Method in class org.apache.webdav.lib.Ace
Inherited from mutator.
setIsCollection(boolean) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, iscollection
setIsCollection(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, iscollection
setIsHidden(boolean) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, ishidden.
setIsHidden(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, ishidden.
setLabelName(String) - Method in class org.apache.webdav.lib.methods.LabelMethod
Set the label-name this action will manipulate.
setLastModified(long) - Method in class org.apache.webdav.lib.WebdavFile
 
setLockDiscovery(LockDiscoveryProperty) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, lockdiscovery.
setLockToken(String) - Method in class org.apache.webdav.lib.methods.UnlockMethod
 
setNameProperties(int) - Method in class org.apache.webdav.lib.WebdavResource
Set only the displayname property for this resource.
setNamedProp(int, Vector) - Method in class org.apache.webdav.lib.WebdavResource
Set the named properties for this resource.
setNegative(boolean) - Method in class org.apache.webdav.lib.Ace
Negative mutator.
setOverwrite(boolean) - Method in class org.apache.webdav.lib.WebdavResource
Set the overwrite flag for COPY and MOVE.
setOverwrite(boolean) - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite setter.
setOverwrite(boolean) - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite setter.
setOwner(String) - Method in class org.apache.webdav.lib.methods.LockMethod
Sets the owner of the lock.
setPath(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the path part of this WebdavResource.
setPrincipal(String) - Method in class org.apache.webdav.lib.Ace
Principal mutator.
setProperties(int, int) - Method in class org.apache.webdav.lib.WebdavResource
Set the properties for this resource.
setProperties(int) - Method in class org.apache.webdav.lib.WebdavResource
Set the properties for this resource.
setProperty(PropertyName) - Method in class org.apache.webdav.lib.Ace
Property mutator.
setPropertyNames(Enumeration) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Property names setter.
setPropertyNames(Collection) - Method in class org.apache.webdav.lib.methods.PropertyBodyHelper
Property names setter.
setPropertyNames(Enumeration) - Method in class org.apache.webdav.lib.methods.ReportMethod
Property names setter.
setProtected(boolean) - Method in class org.apache.webdav.lib.Ace
Protected mutator.
setProxy(String, int) - Method in class org.apache.webdav.lib.WebdavSession
Set proxy info, to use proxying.
setProxyCredentials(Credentials) - Method in class org.apache.webdav.lib.WebdavSession
Set credentials for authenticating against a proxy.
setReadOnly() - Method in class org.apache.webdav.lib.WebdavFile
 
setRequestBody(File) - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of a file.
setRequestBody(URL) - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the resource at the specified URL.
setRequestBody(byte[]) - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of a byte array.
setRequestBody(String) - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of a string.
setRequestBody(InputStream) - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of an input stream.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.AclReportMethod
Set a header value, redirecting the special case of header "Depth" to AclReportMethod.setDepth(int) as appropriate.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.CopyMethod
Set a header value, redirecting the special case of Overwrite and Destination headers to CopyMethod.setOverwrite(boolean) and CopyMethod.setDestination(java.lang.String) as appropriate.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.LockMethod
Set a header value, redirecting the special cases of Depth and Time headers to LockMethod.setDepth(int) and LockMethod.setTimeout(int) as appropriate.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.MoveMethod
Set a header value, redirecting the special case of the Overwrite and Destination headers to MoveMethod.setOverwrite(boolean) and MoveMethod.setDestination(java.lang.String) as appropriate.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Set a request header value, redirecting the special case of the "Depth" header to invoke PropFindMethod.setDepth(int) instead.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.ReportMethod
Set a header value, redirecting attempts to set the "Depth" header to a ReportMethod.setDepth(int) call.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.UnlockMethod
Set header, handling the special case of the lock-token header so that it calls UnlockMethod.setLockToken(java.lang.String) instead.
setRequestHeader(String, String) - Method in class org.apache.webdav.lib.methods.VersionControlMethod
 
setResourceType(ResourceTypeProperty) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, resourcetype.
setResponseHashtable(Hashtable) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
setScope(short) - Method in class org.apache.webdav.lib.methods.LockMethod
 
setStatusCode(int) - Method in class org.apache.webdav.lib.WebdavResource
Set the lastest value of the status code by HTTP methods.
setStatusCode(int, String) - Method in class org.apache.webdav.lib.WebdavResource
Set the lastest value of the status code by HTTP methods.
setSupportedLock(String) - Method in class org.apache.webdav.lib.WebdavResource
Set the value of DAV property, supportedlock.
setTimeout(int) - Method in class org.apache.webdav.lib.methods.LockMethod
Set the timeout value.
setTimeout(long) - Method in class org.apache.webdav.lib.methods.LockMethod
Deprecated. The timeout value MUST NOT be greater than 2^32-1.
setType(int) - Method in class org.apache.webdav.lib.methods.LabelMethod
Set the type of label action to take.
setType(int) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Type setter.
setType(int) - Method in class org.apache.webdav.lib.methods.ReportMethod
Type setter.
setUserInfo(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Set the userinfo part of this WebdavResource.
setWebdavProperties(Enumeration) - Method in class org.apache.webdav.lib.WebdavResource
Set WebDAV properties following to the given http URL.
supportedLock - Variable in class org.apache.webdav.lib.WebdavResource
An WebDAV property, supportedlock.

T

TAG_NAME - Static variable in class org.apache.webdav.lib.Lock
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.AclProperty
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
The property name.
TAG_NAME - Static variable in interface org.apache.webdav.lib.properties.GetContentLengthProperty
 
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.GetLastModifiedProperty
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.LockDiscoveryProperty
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.OwnerProperty
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.ResourceTypeProperty
The property name.
TAG_NAME - Static variable in class org.apache.webdav.lib.properties.SupportedLockProperty
The property name.
TIMEOUT_INFINITY - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
TRUE - Static variable in class org.apache.webdav.lib.WebdavResource
The true constant string.
TYPE_WRITE - Static variable in class org.apache.webdav.lib.Lock
The write constant in the locktype.
TYPE_WRITE - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
TYPE_WRITE - Static variable in interface org.apache.webdav.lib.properties.LockEntryProperty
 
tempDirForGet - Static variable in class org.apache.webdav.lib.WebdavResource
Deprecated. The client is responsible for disk I/O.
thisResource - Variable in class org.apache.webdav.lib.WebdavResource
The flag to set the status code by propfind.
timeout - Variable in class org.apache.webdav.lib.Lock
 
toRemove - Variable in class org.apache.webdav.lib.methods.PropPatchMethod
Hashtable of the properties to remove.
toSet - Variable in class org.apache.webdav.lib.methods.PropPatchMethod
Hashtable of the properties to set.
toString() - Method in class org.apache.webdav.lib.Ace
 
toString() - Method in class org.apache.webdav.lib.BaseProperty
Get a String representation of the property.
toString() - Method in class org.apache.webdav.lib.Lock
 
toString() - Method in class org.apache.webdav.lib.WebdavFile
 
toString() - Method in class org.apache.webdav.lib.WebdavResource
Return the http URL string.
toString() - Method in class org.apache.webdav.lib.WebdavResources
Return the string for this class.
toString() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
toString() - Method in class org.apache.webdav.lib.properties.OwnerProperty
 
toURL() - Method in class org.apache.webdav.lib.WebdavFile
 
type - Variable in class org.apache.webdav.lib.methods.PropFindMethod
Type of the Propfind.
type - Variable in class org.apache.webdav.lib.methods.ReportMethod
Type of the Propfind.

U

UnbindMethod - class org.apache.webdav.lib.methods.UnbindMethod.
UNBIND Method.
UnbindMethod() - Constructor for class org.apache.webdav.lib.methods.UnbindMethod
Method constructor.
UncheckoutMethod - class org.apache.webdav.lib.methods.UncheckoutMethod.
The Checkout method can be applied to a checked-in version-controlled resource.
UncheckoutMethod() - Constructor for class org.apache.webdav.lib.methods.UncheckoutMethod
Method constructor.
UncheckoutMethod(String) - Constructor for class org.apache.webdav.lib.methods.UncheckoutMethod
Method constructor.
UnlockMethod - class org.apache.webdav.lib.methods.UnlockMethod.
UNLOCK Method.
UnlockMethod() - Constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
UnlockMethod(String) - Constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
UnlockMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
UpdateMethod - class org.apache.webdav.lib.methods.UpdateMethod.
The Update method updates a version-controlled resource to a new version.
UpdateMethod() - Constructor for class org.apache.webdav.lib.methods.UpdateMethod
Method constructor.
UpdateMethod(String) - Constructor for class org.apache.webdav.lib.methods.UpdateMethod
Method constructor.
UpdateMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.UpdateMethod
Method constructor.
uncheckoutMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for this WebdavResource.
uncheckoutMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for the given path.
unlockMethod() - Method in class org.apache.webdav.lib.WebdavResource
Execute the Unlock method for this WebdavResource.
unlockMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the Unlock method for the given path.
unlockMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Execute the Unlock method for the given path.
updateMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
Update this resource to the specified target
updateMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
Update the specified resource to the specified target
useDiskForGet - Static variable in class org.apache.webdav.lib.WebdavResource
Deprecated. The client is responsible for disk I/O.

V

VersionControlMethod - class org.apache.webdav.lib.methods.VersionControlMethod.
 
VersionControlMethod() - Constructor for class org.apache.webdav.lib.methods.VersionControlMethod
Method constructor.
VersionControlMethod(String) - Constructor for class org.apache.webdav.lib.methods.VersionControlMethod
Method constructor.
VersionControlMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.VersionControlMethod
 
versionControlMethod(String) - Method in class org.apache.webdav.lib.WebdavResource
 
versionControlMethod(String, String) - Method in class org.apache.webdav.lib.WebdavResource
 

W

WRITE - Static variable in class org.apache.webdav.lib.Privilege
 
WRITE_ACL - Static variable in class org.apache.webdav.lib.Privilege
 
WebdavException - exception org.apache.webdav.lib.WebdavException.
Wraps other Exceptions into RuntimeException.
WebdavException(Exception) - Constructor for class org.apache.webdav.lib.WebdavException
 
WebdavException(String) - Constructor for class org.apache.webdav.lib.WebdavException
 
WebdavFile - class org.apache.webdav.lib.WebdavFile.
Implements a file for WebDav
WebdavFile(WebdavFile, String) - Constructor for class org.apache.webdav.lib.WebdavFile
 
WebdavFile(String, String, String) - Constructor for class org.apache.webdav.lib.WebdavFile
 
WebdavFile(URL, String, String) - Constructor for class org.apache.webdav.lib.WebdavFile
 
WebdavFile(String, String, String, String) - Constructor for class org.apache.webdav.lib.WebdavFile
 
WebdavFile(HttpURL) - Constructor for class org.apache.webdav.lib.WebdavFile
 
WebdavFile(String) - Constructor for class org.apache.webdav.lib.WebdavFile
A WebdavFile with a relative file.
WebdavResource - class org.apache.webdav.lib.WebdavResource.
The class WebdavResource is an abstract representation for WebDAV resource.
WebdavResource() - Constructor for class org.apache.webdav.lib.WebdavResource
The default constructor.
WebdavResource(HttpClient) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL, Credentials, int, int) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL, int, int) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL, int) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL, String, int) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL, String, int, Credentials) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(String) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(String, Credentials) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(String, String, int) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(String, String, int, Credentials) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL, String) - Constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResources - class org.apache.webdav.lib.WebdavResources.
This WebdavResources class represents a set of WebDAV resources .
WebdavResources() - Constructor for class org.apache.webdav.lib.WebdavResources
Default constuctor.
WebdavResources(WebdavResource) - Constructor for class org.apache.webdav.lib.WebdavResources
This constuctor.
WebdavSession - class org.apache.webdav.lib.WebdavSession.
This WebdavSession class is for the session management of WebDAV clients.
WebdavSession() - Constructor for class org.apache.webdav.lib.WebdavSession
Default constructor.
WebdavState - class org.apache.webdav.lib.WebdavState.
Session state.
WebdavState() - Constructor for class org.apache.webdav.lib.WebdavState
 
wirtePropElement(XMLPrinter) - Method in class org.apache.webdav.lib.methods.PropertyBodyHelper
Writes the element to a XMLPrinter.
writeRequestBody(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Do write the request body.
writeRequestBody(HttpState, HttpConnection) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Write the request body to the given HttpConnection.

X

XMLResponseMethodBase - class org.apache.webdav.lib.methods.XMLResponseMethodBase.
Utility class for XML response parsing.
XMLResponseMethodBase() - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase
Method constructor.
XMLResponseMethodBase(String) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase
Method constructor.
XMLResponseMethodBase.OptionsResponse - class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse.
 
XMLResponseMethodBase.OptionsResponse(Document, String, int) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
 
XMLResponseMethodBase.Response - class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response.
An abstract class that models a DAV:response.
XMLResponseMethodBase.Response(Node) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
XMLResponseMethodBase.ResponseWithinMultistatus - class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus.
A class that models the DAV:response element within a multistatus.
XMLResponseMethodBase.ResponseWithinMultistatus(Element) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
XMLResponseMethodBase.SingleResponse - class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse.
 
XMLResponseMethodBase.SingleResponse(Document, String, int) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 

A B C D E F G H I L M N O P R S T U V W X