Alphabetical Index

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

A

ABORT_TRANSACTION - static field in class org.apache.webdav.lib.methods.UnlockMethod
abortTransaction() - method in class org.apache.webdav.lib.WebdavResource
Aborts - i.e.
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
aces - field in class org.apache.webdav.lib.methods.AclMethod
ACL - static field in class org.apache.webdav.lib.methods.OptionsMethod
ACL.
aclfindMethod() - method in class org.apache.webdav.lib.WebdavResource
Return the AclProperty for the current resource
aclfindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Return the AclProperty for the resource at the given path
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.
aclMethod(String,org.apache.webdav.lib.Ace[]) - method in class org.apache.webdav.lib.WebdavResource
Updates the resource with a new set of aces.
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(org.apache.webdav.lib.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) - method in class org.apache.webdav.lib.WebdavResource
Execute REPORT method.
AclReportMethod(String,Collection,int,int) - constructor for class org.apache.webdav.lib.methods.AclReportMethod
addAce(org.apache.webdav.lib.Ace) - method in class org.apache.webdav.lib.methods.AclMethod
Add an ace to the ace list which will be set by the method.
addInformation(String,String) - method in class org.apache.webdav.lib.NotificationListener.Event
addLock(String,String) - method in class org.apache.webdav.lib.WebdavState
Add a lock token.
addPrivilege(org.apache.webdav.lib.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.BindMethod
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.PollMethod
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.RebindMethod
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.SubscribeMethod
addRequestHeaders(HttpState,HttpConnection) - method in class org.apache.webdav.lib.methods.UnlockMethod
Generate additional headers needed by the request.
addRequestHeaders(HttpState,HttpConnection) - method in class org.apache.webdav.lib.methods.UnsubscribeMethod
Add the specified resource.
Maps the resource name to its resource.
addSubscriptionId(int) - method in class org.apache.webdav.lib.methods.PollMethod
Adds an ID for a subscription that is to be polled.
addSubscriptionId(int) - method in class org.apache.webdav.lib.methods.UnsubscribeMethod
Adds an ID for a subscription that is to be withdrawn.
ADVANCED_COLLECTIONS - static field in class org.apache.webdav.lib.methods.OptionsMethod
Advanced collections.
ALL - static field in class org.apache.webdav.lib.Privilege
ALL - static field in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name and value.
ALL - static field in class org.apache.webdav.lib.methods.ReportMethod
Request of all properties name and value.
ALL - static field in class org.apache.webdav.lib.WebdavResource
The action setting the all properties for this resource.
allowedMethods - field in class org.apache.webdav.lib.WebdavResource
The allowed HTTP methods.

B

BaseProperty - class org.apache.webdav.lib.BaseProperty
This interface models a DAV property.
BaseProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.BaseProperty
Default constructor for the property.
BASIC - static field in class org.apache.webdav.lib.WebdavResource
The action setting the basic properties for this resource.
BindMethod - class org.apache.webdav.lib.methods.BindMethod
The BIND method modifies the collection identified by the Request-URI, by adding a new binding from the segment specified in the BIND body to the resource identified in the BIND body.
BindMethod() - constructor for class org.apache.webdav.lib.methods.BindMethod
Method constructor.
bindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the BIND method for this WebdavResource, given an existing path to bind with.
BindMethod(String,String) - constructor for class org.apache.webdav.lib.methods.BindMethod
bindMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute the BIND method given the new path to bind to an existing path.
buffer - field in class org.apache.webdav.lib.util.XMLPrinter
Buffer.
builder - field in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Document builder.
BY_NAME - static field in class org.apache.webdav.lib.methods.PropFindMethod
Request of named properties.

C

canonical - field in class org.apache.webdav.lib.util.DOMWriter
Canonical output.
canonical - field in class org.apache.webdav.lib.util.PropertyWriter
Canonical output.
canRead() - method in class org.apache.webdav.lib.WebdavFile
canWrite() - method in class org.apache.webdav.lib.WebdavFile
CheckedinProperty - class org.apache.webdav.lib.properties.CheckedinProperty
This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.
CheckedinProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.CheckedinProperty
Default constructor for the property.
CheckedoutProperty - class org.apache.webdav.lib.properties.CheckedoutProperty
This interface models the <D:checked-in> property, which is defined in the WebDAV Access Control Protocol specification.
CheckedoutProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.CheckedoutProperty
Default constructor for the 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() - method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKIN method for this WebdavResource.
CheckinMethod(String) - constructor for class org.apache.webdav.lib.methods.CheckinMethod
Method constructor.
checkinMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKIN method for the given path.
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() - method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for this WebdavResource.
CheckoutMethod(String) - constructor for class org.apache.webdav.lib.methods.CheckoutMethod
Method constructor.
checkoutMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for the given path.
childResources - field 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 - field 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
Close an session and delete the connection information.
CLOSING - static field in class org.apache.webdav.lib.util.XMLPrinter
Closing tag.
COMMIT_TRANSACTION - static field in class org.apache.webdav.lib.methods.UnlockMethod
commitTransaction() - method in class org.apache.webdav.lib.WebdavResource
Commits the transaction started by startTransaction(String,int) and resets the transaction handle.
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.
Compare to the WebdavResource object.
Constants - class org.apache.webdav.lib.Constants
Constants used by the WebDAV client library.
convert(String) - static method in class org.apache.webdav.lib.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
This method creates a property implementation from an element.
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) - method in class org.apache.webdav.lib.WebdavResource
Execute the COPY method for the given destination path.
CopyMethod(String,String) - constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
copyMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute the COPY method the given source and destination.
CopyMethod(String,String,boolean) - constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String,String,boolean,int) - constructor for class org.apache.webdav.lib.methods.CopyMethod
create(org.apache.webdav.lib.ResponseEntity,Element) - static method in class org.apache.webdav.lib.properties.PropertyFactory
Creates a new property from an xml element provided in an WebDAV response.
createNewFile() - method in class org.apache.webdav.lib.WebdavFile
createTempFile(String,String) - static method in class org.apache.webdav.lib.WebdavFile
todo
createTempFile(String,String,File) - 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 - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, creationdate.
CreationDateProperty - class org.apache.webdav.lib.properties.CreationDateProperty
DAV:creationdate property
CreationDateProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.CreationDateProperty
CurrentUserPrivilegeSetProperty - class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
Title: CurrentUserPrivilegeSetProperty.java Description: Company: SpeedLegal Holdings Inc.
Default constructor for the property.

D

DASL - static field in class org.apache.webdav.lib.methods.OptionsMethod
DASL.
DATE_FORMAT - static field 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).
DateProperty - class org.apache.webdav.lib.properties.DateProperty
Base for all properties that contain date values.
DateProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.DateProperty
Default constructor for the property.
DAV - static field in class org.apache.webdav.lib.Constants
DAV_LEVEL1 - static field in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 1.
DAV_LEVEL2 - static field in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 2.
davCapabilities - field in class org.apache.webdav.lib.WebdavResource
The capabilities of the WebDAV server.
davSeparator - static field in class org.apache.webdav.lib.WebdavFile
Directory separator
davSeparatorChar - static field in class org.apache.webdav.lib.WebdavFile
Directory separator
debug - field in class org.apache.webdav.lib.WebdavSession
Debug level.
decodeResponseHrefs - field in class org.apache.webdav.lib.methods.XMLResponseMethodBase
DEFAULT - static field in class org.apache.webdav.lib.WebdavResource
The action setting the default DAV properties for this resource.
defaultAction - static field in class org.apache.webdav.lib.WebdavResource
The default action to find properties.
defaultDepth - static field in class org.apache.webdav.lib.WebdavResource
The default depth for WebDAV methods.
defaultOwner - static field in class org.apache.webdav.lib.WebdavResource
Owner information for locking and unlocking.
delete() - method in class org.apache.webdav.lib.WebdavFile
DELETE_NOTIFICATION - static field in class org.apache.webdav.lib.Subscription
DeleteMethod - class org.apache.webdav.lib.methods.DeleteMethod
DELETE Method.
DeleteMethod() - constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
deleteMethod() - method in class org.apache.webdav.lib.WebdavResource
Execute the DELETE method for this WebdavResource.
DeleteMethod(String) - constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
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
DELTAV - static field in class org.apache.webdav.lib.methods.OptionsMethod
Delta V.
depth - field in class org.apache.webdav.lib.Lock
depth - field in class org.apache.webdav.lib.methods.PropFindMethod
Depth.
depth - field in class org.apache.webdav.lib.methods.ReportMethod
Depth.
DEPTH_0 - static field in class org.apache.webdav.lib.methods.DepthSupport
Request with depth 0.
DEPTH_1 - static field in class org.apache.webdav.lib.methods.DepthSupport
Request with depth 1.
DEPTH_INFINITY - static field in class org.apache.webdav.lib.methods.DepthSupport
Request with depth infinity.
DepthSupport - interface org.apache.webdav.lib.methods.DepthSupport
Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header.
Discover the given owner and locktoken and set the locktoken
discoverOwnLocks() - method in class org.apache.webdav.lib.WebdavResource
Discover and refresh lock tokens.
discoverOwnLocks(String) - method in class org.apache.webdav.lib.WebdavResource
Discover and refresh lock tokens for a specific owner.
displayName - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, displayname.
DOMUtils - class org.apache.webdav.lib.util.DOMUtils
This class provides some basic utility methods for working with XML Document objects.
DOMWriter - class org.apache.webdav.lib.util.DOMWriter
DOMWriter(boolean) - constructor for class org.apache.webdav.lib.util.DOMWriter
Default constructor.
DOMWriter(String,boolean) - constructor for class org.apache.webdav.lib.util.DOMWriter
DOMWriter(Writer,boolean) - constructor for class org.apache.webdav.lib.util.DOMWriter

E

element - field in class org.apache.webdav.lib.BaseProperty
Associated node element.
endTransaction(String,int) - method in class org.apache.webdav.lib.WebdavResource
enumeratePrivileges() - method in class org.apache.webdav.lib.Ace
Enumerate privileges.
equals(Object) - method in class org.apache.webdav.lib.Ace
equals(Object) - method in class org.apache.webdav.lib.Privilege
Equals.
equals(Object) - method in class org.apache.webdav.lib.util.QName
equals(Object) - method in class org.apache.webdav.lib.WebdavFile
equals(Object) - method in class org.apache.webdav.lib.WebdavResource
Test the object.
Event() - constructor for class org.apache.webdav.lib.NotificationListener.Event
Event(int) - constructor for class org.apache.webdav.lib.NotificationListener.Event
Event(Map) - constructor for class org.apache.webdav.lib.NotificationListener.Event
executeHttpRequestMethod(HttpClient,HttpMethod) - method in class org.apache.webdav.lib.WebdavResource
Execute the http request method.
exists - field in class org.apache.webdav.lib.WebdavResource
An WebdavResource flag to check its existence;
exists() - method in class org.apache.webdav.lib.WebdavFile
exists() - method in class org.apache.webdav.lib.WebdavResource
Returns the last known information about the existence of this resource.

F

FALSE - static field in class org.apache.webdav.lib.WebdavResource
The false constant string.
findDavPrefix(Document) - static method in class org.apache.webdav.lib.util.DOMUtils
Determine the namespace prefix being used for DAV.
fireEvent(int,Map) - method in class org.apache.webdav.lib.NotificationListener
fireEvent(Map,Credentials) - method in class org.apache.webdav.lib.NotificationListener
fireVetoableEvent(Map,Credentials) - method in class org.apache.webdav.lib.NotificationListener
followRedirects - field in class org.apache.webdav.lib.WebdavResource
formats - static field in class org.apache.webdav.lib.WebdavResource
Date formats using for Date parsing.

G

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.BindMethod
DAV requests that contain a body must override this function to generate that body.
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.RebindMethod
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.UnbindMethod
DAV requests that contain a body must override this function to generate that body.
generateRequestBody() - method in class org.apache.webdav.lib.methods.UnlockMethod
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.
generateTransactionHeader(HttpMethod) - method in class org.apache.webdav.lib.WebdavResource
Generates and adds the "Transaction" header if this method is part of an externally controlled transaction.
getAbsoluteDestination(HttpConnection,String) - static method in class org.apache.webdav.lib.methods.MoveMethod
A client of the MoveMethod can specify a destination as either an absolute URL (possibly to a different server), or as a absolute path on the same server, but this function makes sure that the path sent to the server is always an absolute URL.
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.
getAllowedMethods() - method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of allowed methods.
getAllowedMethods() - method in class org.apache.webdav.lib.WebdavResource
Get the allowed methods, checked by HTTP OPTIONS.
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.
getCallback() - method in class org.apache.webdav.lib.methods.SubscribeMethod
getCallback() - method in class org.apache.webdav.lib.Subscription
getCanonicalFile() - method in class org.apache.webdav.lib.WebdavFile
getCanonicalPath() - method in class org.apache.webdav.lib.WebdavFile
getChildElementsByTagNameNS(Vector,Node,String,String) - static method in class org.apache.webdav.lib.util.DOMUtils
getChildResources() - method in class org.apache.webdav.lib.WebdavResource
Get all resources in this collection with the depth 1.
GETCONTENTLANGUAGE - static field in class org.apache.webdav.lib.WebdavResource
The getcontentlanguage property.
getContentLength - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getcontentlength.
GetContentLengthProperty - class org.apache.webdav.lib.properties.GetContentLengthProperty
getContentLocation() - method in class org.apache.webdav.lib.Subscription
getContentType - field 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.DateProperty
Returns the date value.
getDavCapabilities() - method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of supported DAV capabilities.
getDavCapabilities() - method in class org.apache.webdav.lib.WebdavResource
Get the WebDAV capabilities, checked by HTTP OPTIONS.
getDebug() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Debug property getter.
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.methods.AclReportMethod
getDepth() - method in class org.apache.webdav.lib.methods.CopyMethod
Depth getter.
getDepth() - method in class org.apache.webdav.lib.methods.DepthSupport
Depth getter.
getDepth() - method in class org.apache.webdav.lib.Lock
Get the value of the depth.
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.SubscribeMethod
Depth getter.
getDepth() - method in class org.apache.webdav.lib.methods.VersionControlMethod
Depth getter.
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 class org.apache.webdav.lib.Property
This method returns the property as a DOM Element.
getElementLocalName(Element) - static method in class org.apache.webdav.lib.util.DOMUtils
getElementNamespaceURI(Element) - static method in class org.apache.webdav.lib.util.DOMUtils
getElementsByNSParameterTypes - static field in class org.apache.webdav.lib.util.DOMUtils
getElementsByTagNameNS(Node,String,String) - static method in class org.apache.webdav.lib.util.DOMUtils
getEtag - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getetag.
getExistence() - method in class org.apache.webdav.lib.WebdavResource
Returns the last known information about the existence of this resource.
getFirstElement(Node,String,String) - static method in class org.apache.webdav.lib.util.DOMUtils
Get the first element matched with the given namespace and name.
getFollowRedirects() - method in class org.apache.webdav.lib.WebdavResource
Returns the current "follow redirects" flag.
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
Get the default temporary directory for the GET method.
getGetUseDisk() - static method in class org.apache.webdav.lib.WebdavResource
Get the use disk flag for the GET method.
getHistories() - method in class org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getHistories() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
Get the properties in the response XML element.
getHistories() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
Get the properties in the response XML element.
getHost() - method in class org.apache.webdav.lib.WebdavResource
Get the hostname of this WebdavResource.
getHref() - method in class org.apache.webdav.lib.methods.BindMethod
getHref() - method in class org.apache.webdav.lib.properties.HrefValuedProperty
Returns the value of the href element.
getHref() - method in class org.apache.webdav.lib.methods.RebindMethod
getHref() - method in class 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
Get the href string in the response XML element.
getHref() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
Get the href string in the response XML element.
getHref() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
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.
getId() - method in class org.apache.webdav.lib.NotificationListener.Event
getId() - method in class org.apache.webdav.lib.Subscription
getInformation() - method in class org.apache.webdav.lib.NotificationListener.Event
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 - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, getlastmodified.
GetLastModifiedProperty - class org.apache.webdav.lib.properties.GetLastModifiedProperty
This interface models the <D:getlastmodified> property, which indicates the last time the resource was modified.
Default constructor for the property.
getLength() - method in class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
getLength() - method in class org.apache.webdav.lib.properties.GetContentLengthProperty
Get the content length.
getLifetime() - method in class org.apache.webdav.lib.Subscription
getLocalName() - method in class org.apache.webdav.lib.BaseProperty
This method returns the local name of the property.
getLocalName() - method in class org.apache.webdav.lib.Property
This method returns the local name of the property.
getLocalName() - method in class org.apache.webdav.lib.util.QName
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.
getLocks(String) - method in class org.apache.webdav.lib.WebdavState
Get locks
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.
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.methods.AclMethod
getName() - method in class org.apache.webdav.lib.methods.AclReportMethod
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.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.MkcolMethod
getName() - method in class org.apache.webdav.lib.methods.MkWorkspaceMethod
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.PollMethod
getName() - method in class org.apache.webdav.lib.Privilege
Name accessor.
getName() - method in class org.apache.webdav.lib.Property
This method returns the full name of the property.
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.SubscribeMethod
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.UnsubscribeMethod
getName() - method in class org.apache.webdav.lib.methods.UpdateMethod
getName() - method in class org.apache.webdav.lib.methods.VersionControlMethod
getName() - method in class org.apache.webdav.lib.WebdavFile
getName() - method in class org.apache.webdav.lib.WebdavResource
Get the name of this WebdavResource.
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 class org.apache.webdav.lib.Property
This method returns the namespace of the property.
getNamespaceURI() - method in class org.apache.webdav.lib.util.QName
getNotificationDelay() - method in class org.apache.webdav.lib.methods.SubscribeMethod
getNotificationType() - method in class org.apache.webdav.lib.methods.SubscribeMethod
getNotificationType() - method in class org.apache.webdav.lib.Subscription
getOverwrite() - method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
getOverwrite() - method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
getOverwrite() - method in class org.apache.webdav.lib.WebdavResource
Get the current value of the overwrite flag for COPY, MOVE, BIND and REBIND.
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.methods.LockMethod
Return the owner of the lock as reported by the server.
getOwner() - method in class org.apache.webdav.lib.WebdavResource
Get the owner string, as used for locking purposes.
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 class 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.Subscription
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.
getPrincipalUrl() - method in class org.apache.webdav.lib.Lock
Get the principal-URL property of the lock, if one.
getProperties() - method in class org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getProperties() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
Get the properties in the response XML element.
getProperty() - method in class org.apache.webdav.lib.Ace
Property accessor.
getPropertyAsString() - method in class org.apache.webdav.lib.properties.AclProperty
This method returns the value of the property.
getPropertyAsString() - method in class org.apache.webdav.lib.BaseProperty
This method returns the value of the property.
getPropertyAsString() - method in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
getPropertyAsString() - method in class org.apache.webdav.lib.properties.HrefValuedProperty
This method returns the value of the property.
getPropertyAsString() - method in class org.apache.webdav.lib.properties.LockDiscoveryProperty
This method returns the value of the property.
getPropertyAsString() - method in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
This method returns the value of the property.
getPropertyAsString() - method in class org.apache.webdav.lib.Property
This method returns the namespace of the property.
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
This method returns the value of the property.
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.
getResources() - method in class org.apache.webdav.lib.WebdavResources
Get an enumeration of the resources.
getResourceType() - method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, resourcetype.
getResponsedContentLocation() - method in class org.apache.webdav.lib.methods.SubscribeMethod
Returns the value of the content-location header of the response.
getResponseDocument() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Response document getter.
getResponsedSubscriptionId() - method in class org.apache.webdav.lib.methods.SubscribeMethod
Returns the subscription ID responsed from the server.
getResponsedSubscriptionLifetime() - method in class org.apache.webdav.lib.methods.SubscribeMethod
Returns the subscription lifetime responsed from the server.
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.
getResponses() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Return an enumeration containing the responses.
getResponseURLs() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
getScope() - method in class org.apache.webdav.lib.properties.LockEntryProperty
getScope() - method in class org.apache.webdav.lib.methods.LockMethod
getSegment() - method in class org.apache.webdav.lib.methods.BindMethod
getSegment() - method in class org.apache.webdav.lib.methods.RebindMethod
getSegment() - method in class org.apache.webdav.lib.methods.UnbindMethod
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 class org.apache.webdav.lib.Property
This method returns the status code associated with the property.
getStatusCode() - method in class 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
Get the status code for use with 207 (Multi-Status).
getStatusCode() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
Get the status code for use with 207 (Multi-Status).
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.
getStatusText(int) - static method in class org.apache.webdav.lib.util.WebdavStatus
getSubsciptionLifetime() - method in class org.apache.webdav.lib.methods.SubscribeMethod
getSubscriptionId() - method in class org.apache.webdav.lib.methods.SubscribeMethod
getSubscriptionsWithEvents() - method in class org.apache.webdav.lib.methods.PollMethod
Returns a list of number objects containing the subscription IDs for subscriptions for which events are reported.
getSubscriptionsWithoutEvents() - method in class org.apache.webdav.lib.methods.PollMethod
Returns a list of number objects containing the subscription IDs for subscriptions for which NO events are reported.
getSupportedLock() - method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, supportedlock.
getTextValue(Node) - static method in class org.apache.webdav.lib.util.DOMUtils
Recursively scans all child elements, appending any text nodes.
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.
getTransactionHandle() - method in class org.apache.webdav.lib.WebdavResource
Returns the transaction handle set by startTransaction(String,int).
getTransactionHandle() - method in class org.apache.webdav.lib.WebdavState
getTransactionStatus() - method in class org.apache.webdav.lib.methods.UnlockMethod
Gets the parameter described in setTransactionStatus(int).
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.properties.LockEntryProperty
getType() - method in class org.apache.webdav.lib.methods.PropFindMethod
Type getter.
getType() - method in class org.apache.webdav.lib.methods.ReportMethod
Type getter.
getUser() - method in class org.apache.webdav.lib.WebdavFile
getWorkspaces() - method in class org.apache.webdav.lib.ResponseEntity
Get the properties in the response XML element.
getWorkspaces() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
Get the properties in the response XML element.
getWorkspaces() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
Get the properties in the response XML element.
getWriterEncoding() - static method in class org.apache.webdav.lib.util.DOMWriter
getWriterEncoding() - static method in class org.apache.webdav.lib.util.PropertyWriter
gmtZone - static field in class org.apache.webdav.lib.WebdavResource
GMT timezone.

H

hashCode() - method in class org.apache.webdav.lib.Ace
hashCode() - method in class org.apache.webdav.lib.util.QName
hashCode() - method in class org.apache.webdav.lib.WebdavFile
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
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 - field in class org.apache.webdav.lib.WebdavSession
Credentials to use for authentication
hrefTable - field in class org.apache.webdav.lib.WebdavResources
The resources for each href and its properties.
HrefValuedProperty - class org.apache.webdav.lib.properties.HrefValuedProperty
Base classe for properties with a single href value.
HrefValuedProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.HrefValuedProperty
Default constructor for the property.
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.
httpURL - field in class org.apache.webdav.lib.WebdavResource
The HttpURL to represent a WebDAV resource.

I

id - field in class org.apache.webdav.lib.NotificationListener.Event
information - field in class org.apache.webdav.lib.NotificationListener.Event
inherited - field in class org.apache.webdav.lib.Ace
Inherited.
inheritedFrom - field 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 - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, iscollection.
isCollection() - method in class org.apache.webdav.lib.properties.ResourceTypeProperty
Returns true if the resource is a collection.
isCollection() - method in class org.apache.webdav.lib.WebdavResource
Get the value of DAV property, resourcetype
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 - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, ishidden.
isHidden() - method in class org.apache.webdav.lib.WebdavFile
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.BindMethod
By default, if there already is a binding for the specified segment in the collection, the new binding replaces the existing binding.
isOverwrite() - method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
isOverwrite() - method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
isOverwrite() - method in class org.apache.webdav.lib.methods.RebindMethod
By default, if there already is a binding for the specified segment in the collection, the new binding replaces the existing binding.
isPrincipal() - method in class org.apache.webdav.lib.properties.ResourceTypeProperty
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.
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.
isTypeTransaction() - method in class org.apache.webdav.lib.methods.LockMethod
isValidJavaEncoding(String) - static method in class org.apache.webdav.lib.util.DOMWriter
isValidJavaEncoding(String) - static method in class org.apache.webdav.lib.util.PropertyWriter
item(int) - method in class org.apache.webdav.lib.util.DOMUtils.NodeListImpl

L

LABEL_ADD - static field in class org.apache.webdav.lib.methods.LabelMethod
The constant for adding a label.
LABEL_ADD - static field in class org.apache.webdav.lib.WebdavResource
LABEL_REMOVE - static field in class org.apache.webdav.lib.methods.LabelMethod
The constant for removing a label.
LABEL_REMOVE - static field in class org.apache.webdav.lib.WebdavResource
LABEL_SET - static field in class org.apache.webdav.lib.methods.LabelMethod
The constant for setting a label.
LABEL_SET - static field in class org.apache.webdav.lib.WebdavResource
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) - method in class org.apache.webdav.lib.WebdavResource
Execute a LABEL method on the current path, setting the given label
LabelMethod(String,int,String) - constructor for class org.apache.webdav.lib.methods.LabelMethod
The label method constructor.
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 - field in class org.apache.webdav.lib.WebdavResource
An status code performed by HTTP methods at the most recent.
latestStatusMessage - field 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() - 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.
list(FilenameFilter) - method in class org.apache.webdav.lib.WebdavFile
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(FileFilter) - method in class org.apache.webdav.lib.WebdavFile
listFiles(FilenameFilter) - 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.
LOCATE_HISTORY - static field in class org.apache.webdav.lib.methods.ReportMethod
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,int,String,String) - constructor for class org.apache.webdav.lib.Lock
Lock(int,int,int,String,long,String) - constructor for class org.apache.webdav.lib.Lock
Default constructor for the activelock.
lockDiscovery - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, lockdiscovery.
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.
Default constructor for the property.
lockDiscoveryPropertyFindMethod() - method in class org.apache.webdav.lib.WebdavResource
Return the LockDiscoveryProperty for the current resource
lockDiscoveryPropertyFindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Return the LockDiscoveryProperty for the resource at the given path
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() - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for this WebdavResource.
LockMethod(String) - constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
lockMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
lockMethod(String,int) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for this WebdavResource.
lockMethod(String,short) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for this WebdavResource.
LockMethod(String,String,int) - constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
lockMethod(String,String,int) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
LockMethod(String,String,int,boolean) - constructor for class org.apache.webdav.lib.methods.LockMethod
Creates a lock method that can start a transaction when server supports them in a MS like style.
lockMethod(String,String,int,short) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
lockMethod(String,String,int,short,int) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
LockMethod(String,String,long) - constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
lockMethod(String,String,short) - method in class org.apache.webdav.lib.WebdavResource
Execute the LOCK method for the given path.
LockMethod(String,String,short,int) - constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String,String,short,long) - constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
locks - field in class org.apache.webdav.lib.WebdavState
Lock tokens.
lockScope - field in class org.apache.webdav.lib.Lock
lockToken - field in class org.apache.webdav.lib.Lock
lockTokens - field in class org.apache.webdav.lib.WebdavState
Lock list.
lockType - field in class org.apache.webdav.lib.Lock

M

matches(Node) - method in class org.apache.webdav.lib.util.QName
MIME2Java - class org.apache.webdav.lib.util.MIME2Java
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
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() - method in class org.apache.webdav.lib.WebdavResource
Execute the MKCOL method for this WebdavResource.
MkcolMethod(String) - constructor for class org.apache.webdav.lib.methods.MkcolMethod
Method constructor.
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
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() - method in class org.apache.webdav.lib.WebdavResource
Execute the MKWORKSPACE method for this WebdavResource.
MkWorkspaceMethod(String) - constructor for class org.apache.webdav.lib.methods.MkWorkspaceMethod
Method constructor.
mkWorkspaceMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the MKCOL method for the given path.
ModificationDateProperty - class org.apache.webdav.lib.properties.ModificationDateProperty
DAV:modificationdate
Default constructor for the property.
MOVE_NOTIFICATION - static field in class org.apache.webdav.lib.Subscription
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) - method in class org.apache.webdav.lib.WebdavResource
Execute the MOVE method for this WebdavReource.
MoveMethod(String,String) - constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
moveMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute the MOVE method for the given source and destination.
MoveMethod(String,String,boolean) - constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.

N

NAME - static field in class org.apache.webdav.lib.methods.BindMethod
name - field in class org.apache.webdav.lib.Privilege
Custom privilege element name.
NAME - static field in class org.apache.webdav.lib.methods.RebindMethod
NAME - static field in class org.apache.webdav.lib.methods.UnbindMethod
NAME - static field in class org.apache.webdav.lib.WebdavResource
The action setting only the displayname for this resource.
NAMES - static field in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name.
namespace - field in class org.apache.webdav.lib.Privilege
Custom privilege namespace.
negative - field in class org.apache.webdav.lib.Ace
Negative (deny) flag.
NEW_MEMBER_NOTIFICATION - static field in class org.apache.webdav.lib.Subscription
NO_CONTENT - static field in class org.apache.webdav.lib.util.XMLPrinter
Element with no content.
NO_TRANSACTION - static field in class org.apache.webdav.lib.methods.UnlockMethod
NOACTION - static field in class org.apache.webdav.lib.WebdavResource
No action to find properties for this resource.
node - field in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
DOMUtils.NodeListImpl - class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.
NodeListImpl(Vector) - constructor for class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
normalize(String) - method in class org.apache.webdav.lib.util.DOMWriter
Normalizes the given string.
normalize(String) - method in class org.apache.webdav.lib.util.PropertyWriter
Normalizes the given string.
NOT_IMPLEMENTED - static field in class org.apache.webdav.lib.WebdavException
Method not implemented for Webdav
NotificationListener - class org.apache.webdav.lib.NotificationListener
The NotificationListener class encapsulates all methods that are required for dealing with WebDAV notifications.
notify(String,Map) - method in class org.apache.webdav.lib.Subscriber

O

OPENING - static field in class org.apache.webdav.lib.util.XMLPrinter
Opening tag.
OPTIONS_VERSION_HISTORY - static field in class org.apache.webdav.lib.methods.OptionsMethod
OPTIONS_VERSION_HISTORY - static field in class org.apache.webdav.lib.WebdavResource
OPTIONS_WORKSPACE - static field in class org.apache.webdav.lib.methods.OptionsMethod
OPTIONS_WORKSPACE - static field in class org.apache.webdav.lib.WebdavResource
OptionsMethod - class org.apache.webdav.lib.methods.OptionsMethod
OPTIONS Method.
OptionsMethod() - constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
optionsMethod() - method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for this WebdavResource.
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) - constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
optionsMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute OPTIONS method for the given path.
OptionsMethod(String,int) - constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
optionsMethod(String,int) - 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.
OptionsResponse(Document,String,int) - constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.OptionsResponse
out - field in class org.apache.webdav.lib.util.DOMWriter
Print writer.
out - field in class org.apache.webdav.lib.util.PropertyWriter
Print writer.
overwrite - field in class org.apache.webdav.lib.WebdavResource
An WebdavResource flag to check overwriting;
owner - field in class org.apache.webdav.lib.Lock
owner - field in class org.apache.webdav.lib.WebdavResource
Owner information for locking and unlocking.
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(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.OwnerProperty
Default constructor for the property.

P

parameter - field 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) - 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.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,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.PollMethod
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
parseStatus(String) - static method in class org.apache.webdav.lib.util.DOMUtils
Get the status code out of the normal status response.
parseXMLResponse(InputStream) - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
poll(String) - method in class org.apache.webdav.lib.NotificationListener
PollMethod - class org.apache.webdav.lib.methods.PollMethod
Implements the POLL WebDAV method.
PollMethod() - constructor for class org.apache.webdav.lib.methods.PollMethod
pollMethod(org.apache.webdav.lib.Subscription) - method in class org.apache.webdav.lib.WebdavResource
Asks the server whether events for a given subscription are fired.
PollMethod(String) - constructor for class org.apache.webdav.lib.methods.PollMethod
pollMethod(String,int) - method in class org.apache.webdav.lib.WebdavResource
Asks the server whether events for a given subscription are fired.
prefix - field in class org.apache.webdav.lib.methods.PropFindMethod
The namespace abbreviation that prefixes DAV tags
prefix - field in class org.apache.webdav.lib.methods.ReportMethod
The namespace abbreviation that prefixes DAV tags
prefix - field in class org.apache.webdav.lib.methods.SearchMethod
The namespace abbreviation that prefixes DAV tags
principal - field in class org.apache.webdav.lib.Ace
Principal.
PRINCIPAL_PROPERTY_SEARCH - static field in class org.apache.webdav.lib.methods.AclReportMethod
principalCollectionSetFindMethod() - method in class org.apache.webdav.lib.WebdavResource
Get the PrincipalCollectionSetProperty for the current resource.
principalCollectionSetFindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Get the PrincipalCollectionSetProperty for the resource.
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.
Default constructor for the property.
principalUrl - field in class org.apache.webdav.lib.Lock
print(Document) - method in class org.apache.webdav.lib.util.XMLDebugOutputer
Print the given document to debug output.
print(Node) - method in class org.apache.webdav.lib.util.DOMWriter
Prints the specified node, recursively.
print(Node) - method in class org.apache.webdav.lib.util.PropertyWriter
Prints the specified node, recursively.
print(String) - method in class org.apache.webdav.lib.util.XMLDebugOutputer
Print the given XML string to debug output.
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
privileges - field in class org.apache.webdav.lib.Ace
Privileges this ACE grants or denies.
processProperty(org.apache.webdav.lib.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.
processResponseHeaders(HttpState,HttpConnection) - method in class org.apache.webdav.lib.methods.SubscribeMethod
property - field in class org.apache.webdav.lib.Ace
Property.
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.
PropertyFactory - class org.apache.webdav.lib.properties.PropertyFactory
Factory for instanciating Propertys.
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
propertyNames - field in class org.apache.webdav.lib.methods.PropertyBodyHelper
propertyNames - field in class org.apache.webdav.lib.methods.PropFindMethod
Property name list.
propertyNames - field in class org.apache.webdav.lib.methods.ReportMethod
Property name list.
PropertyWriter - class org.apache.webdav.lib.util.PropertyWriter
PropertyWriter(boolean) - constructor for class org.apache.webdav.lib.util.PropertyWriter
Default constructor.
PropertyWriter(String,boolean) - constructor for class org.apache.webdav.lib.util.PropertyWriter
PropertyWriter(Writer,boolean) - constructor for class org.apache.webdav.lib.util.PropertyWriter
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(int) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with allprop for this WebdavResource.
propfindMethod(int,Vector) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with by propname for this resource.
PropFindMethod(String) - constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
propfindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for this WebdavResource.
PropFindMethod(String,Enumeration) - 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) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with allprop for the given path.
PropFindMethod(String,int,Enumeration) - 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,int,Vector) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method with by propname for the given path.
propfindMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for the given WebdavResource path.
propfindMethod(String,Vector) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for the given path and properties.
propfindMethod(Vector) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPFIND method for this WebdavResource.
PropPatchMethod - class org.apache.webdav.lib.methods.PropPatchMethod
PROPPATCH Method.
PropPatchMethod() - constructor for class org.apache.webdav.lib.methods.PropPatchMethod
Method constructor.
proppatchMethod(Hashtable) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for this WebdavResource.
proppatchMethod(Hashtable,boolean) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for this resource with the given properties.
Execute PROPATCH method for this WebdavResource.
Execute PROPATCH method for this resource with the given property.
PropPatchMethod(String) - constructor for class org.apache.webdav.lib.methods.PropPatchMethod
Method constructor.
proppatchMethod(String,Hashtable) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for the given WebdavResource.
proppatchMethod(String,Hashtable,boolean) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for the specified resource with the given properties.
Execute PROPATCH method for the given WebdavResource.
Execute PROPATCH method for the given resource with the given properties.
proppatchMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for this WebdavResource.
proppatchMethod(String,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
Execute PROPATCH method for the given WebdavResource.
proppatchMethod(String,String,String,boolean) - method in class org.apache.webdav.lib.WebdavResource
Execute PROPATCH method for the specified resource with the given property.
protectedAce - field in class org.apache.webdav.lib.Ace
Protected.
proxyCredentials - field in class org.apache.webdav.lib.WebdavSession
Credentials to use for an authenticating proxy
proxyHost - field in class org.apache.webdav.lib.WebdavSession
The hostname to use for the proxy, if any
proxyPort - field 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(File) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this WebdavResource.
putMethod(InputStream) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this resource.
putMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this WebdavResource.
putMethod(String,byte[]) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(String,File) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(String,InputStream) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path.
putMethod(String,URL) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for the given path from the given url.
putMethod(URL) - method in class org.apache.webdav.lib.WebdavResource
Execute the PUT method for this resource from the given url.

Q

QName - class org.apache.webdav.lib.util.QName
A QName represents a fully-qualified name.
QName(String,String) - constructor for class org.apache.webdav.lib.util.QName

R

READ - static field in class org.apache.webdav.lib.Privilege
READ_ACL - static field in class org.apache.webdav.lib.Privilege
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
RebindMethod - class org.apache.webdav.lib.methods.RebindMethod
The REBIND method removes a binding to a resource from one collection, and adds a binding to that resource into another collection.
RebindMethod() - constructor for class org.apache.webdav.lib.methods.RebindMethod
Method constructor.
rebindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the Rebind method for this WebdavResource given the new Resource to bind with.
RebindMethod(String,String) - constructor for class org.apache.webdav.lib.methods.RebindMethod
rebindMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute the Rebind method given a resource to rebind and the new Resource to bind with.
recycle() - method in class org.apache.webdav.lib.methods.AclMethod
Reset the State of the class to its initial state, so that it can be used again.
recycle() - method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
recycle() - method in class org.apache.webdav.lib.methods.LockMethod
Reset the State of the class to its initial state, so that it can be used again.
recycle() - method in class org.apache.webdav.lib.methods.PollMethod
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
Reset the State of the class to its initial state, so that it can be used again.
recycle() - method in class org.apache.webdav.lib.methods.SubscribeMethod
recycle() - method in class org.apache.webdav.lib.methods.UnlockMethod
recycle() - method in class org.apache.webdav.lib.methods.UnsubscribeMethod
Reset the State of the class to its initial state, so that it can be used again.
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
register(String,String,Class) - static method in class org.apache.webdav.lib.properties.PropertyFactory
Registers a new property.
RELATIVE_FILE - static field in class org.apache.webdav.lib.WebdavException
Method not implemented for Webdav
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(org.apache.webdav.lib.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 - 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(HttpURL,int) - method in class org.apache.webdav.lib.WebdavResource
Execute the REPORT method.
reportMethod(HttpURL,String,int) - method in class org.apache.webdav.lib.WebdavResource
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(String) - 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) - 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,Enumeration,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
resourceType - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, resourcetype.
ResourceTypeProperty - class org.apache.webdav.lib.properties.ResourceTypeProperty
An interface that describes a standard Resource Type property (as defined by the WebDAV specification).
ResourceTypeProperty(org.apache.webdav.lib.ResponseEntity,Element) - constructor for class org.apache.webdav.lib.properties.ResourceTypeProperty
Default constructor for the property.
response - field in class org.apache.webdav.lib.BaseProperty
Associated response entity.
An abstract class that models a DAV:response.
Response(Node) - constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
ResponseEntity - interface org.apache.webdav.lib.ResponseEntity
The interface for the response entity body formats that provide operations for the XML response documents.
responseURLs - field 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
A class that models the DAV:response element within a multistatus.
ResponseWithinMultistatus(Element) - constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
retrieveSessionInstance() - method in class org.apache.webdav.lib.WebdavResource
Retrieve the current http client for this resource.
reverse(String) - static method in class org.apache.webdav.lib.util.MIME2Java
Convert a Java encoding name to MIME charset name.

S

SC_ACCEPTED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_ALREADY_REPORTED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_BAD_GATEWAY - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_BAD_REQUEST - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_CONFLICT - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_CONTINUE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_CREATED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_EXPECTATION_FAILED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_FAILED_DEPENDENCY - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_FORBIDDEN - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_GATEWAY_TIMEOUT - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_GONE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_HTTP_VERSION_NOT_SUPPORTED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_INSUFFICIENT_SPACE_ON_RESOURCE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_INSUFFICIENT_STORAGE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_INTERNAL_SERVER_ERROR - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_LENGTH_REQUIRED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_LOCKED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_LOOP_DETECTED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_METHOD_FAILURE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_METHOD_NOT_ALLOWED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_MOVED_PERMANENTLY - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_MOVED_TEMPORARILY - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_MULTI_STATUS - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_MULTIPLE_CHOICES - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_NO_CONTENT - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_NON_AUTHORITATIVE_INFORMATION - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_NOT_ACCEPTABLE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_NOT_FOUND - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_NOT_IMPLEMENTED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_NOT_MODIFIED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_OK - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_PARTIAL_CONTENT - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_PAYMENT_REQUIRED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_PRECONDITION_FAILED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_PROCESSING - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_PROXY_AUTHENTICATION_REQUIRED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_REQUEST_TIMEOUT - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_REQUEST_TOO_LONG - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_REQUESTED_RANGE_NOT_SATISFIABLE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_RESET_CONTENT - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_SEE_OTHER - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_SERVICE_UNAVAILABLE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_SWITCHING_PROTOCOLS - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_UNAUTHORIZED - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_UNPROCESSABLE_ENTITY - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_UNSUPPORTED_MEDIA_TYPE - static field in class org.apache.webdav.lib.util.WebdavStatus
SC_USE_PROXY - static field in class org.apache.webdav.lib.util.WebdavStatus
SCOPE_EXCLUSIVE - static field in class org.apache.webdav.lib.Lock
The exclusive constant in the lockscope.
SCOPE_EXCLUSIVE - static field in class org.apache.webdav.lib.properties.LockEntryProperty
SCOPE_EXCLUSIVE - static field in class org.apache.webdav.lib.methods.LockMethod
SCOPE_SHARED - static field in class org.apache.webdav.lib.Lock
The shared constant in the lockscope.
SCOPE_SHARED - static field in class org.apache.webdav.lib.properties.LockEntryProperty
SCOPE_SHARED - static field in class org.apache.webdav.lib.methods.LockMethod
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.
sendData() - method in class org.apache.webdav.lib.util.XMLPrinter
Send data and reinitializes buffer.
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.
setCallback(String) - method in class org.apache.webdav.lib.methods.SubscribeMethod
Sets the URI that's to be notified if the subscribed event does occur.
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(boolean) - method in class org.apache.webdav.lib.util.XMLDebugOutputer
Set debug information.
setDebug(int) - method in class org.apache.webdav.lib.WebdavSession
Set debug level.
setDebug(int) - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Debug property setter.
setDecodeResponseHrefs(String) - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Sets whether the href in responses are decoded, as early as possible.
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 class org.apache.webdav.lib.methods.CopyMethod
Depth setter.
setDepth(int) - method in class 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.SubscribeMethod
Sets the depth.
setDepth(int) - method in class org.apache.webdav.lib.methods.VersionControlMethod
Depth setter.
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
Set the URL encoding flag for this http URL.
setExistence(boolean) - method in class org.apache.webdav.lib.WebdavResource
Set its existence.
setFollowRedirects(boolean) - method in class org.apache.webdav.lib.WebdavResource
Sets a flag indicating that redirect responses from the server shall be followed.
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
Get the default temporary directory for the GET method.
setGetUseDisk(boolean) - static method in class org.apache.webdav.lib.WebdavResource
Set the use disk flag for the GET method.
setHistoryURLs(Enumeration) - method in class org.apache.webdav.lib.methods.ReportMethod
sets History URL for locate by history Report
setHref(String) - method in class org.apache.webdav.lib.methods.BindMethod
setHref(String) - method in class org.apache.webdav.lib.methods.RebindMethod
setHttpURL(HttpURL) - 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,int,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,String,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(String) - method in class org.apache.webdav.lib.WebdavResource
Set the HttpURL of this WebdavResource.
setId(int) - method in class org.apache.webdav.lib.NotificationListener.Event
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
Set the value of DAV property, lockdiscovery.
setLockToken(String) - method in class org.apache.webdav.lib.methods.UnlockMethod
setNamedProp(int,Vector) - method in class org.apache.webdav.lib.WebdavResource
Set the named properties for this resource.
setNameProperties(int) - method in class org.apache.webdav.lib.WebdavResource
Set only the displayname property for this resource.
setNegative(boolean) - method in class org.apache.webdav.lib.Ace
Negative mutator.
setNotificationDelay(long) - method in class org.apache.webdav.lib.methods.SubscribeMethod
Sets the notification delay in seconds.
setNotificationType(String) - method in class org.apache.webdav.lib.methods.SubscribeMethod
Sets the notification type, i.e.
setOverwrite(boolean) - method in class org.apache.webdav.lib.methods.BindMethod
By default, if there already is a binding for the specified segment in the collection, the new binding replaces the existing binding.
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.
setOverwrite(boolean) - method in class org.apache.webdav.lib.methods.RebindMethod
By default, if there already is a binding for the specified segment in the collection, the new binding replaces the existing binding.
setOverwrite(boolean) - method in class org.apache.webdav.lib.WebdavResource
Set the overwrite flag for COPY, MOVE, BIND and REBIND.
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) - method in class org.apache.webdav.lib.WebdavResource
Set the properties for this resource.
setProperties(int,int) - method in class org.apache.webdav.lib.WebdavResource
Set the properties for this resource.
setProperty(org.apache.webdav.lib.PropertyName) - method in class org.apache.webdav.lib.Ace
Property mutator.
setPropertyNames(Collection) - method in class org.apache.webdav.lib.methods.PropertyBodyHelper
Property names setter.
setPropertyNames(Enumeration) - method in class org.apache.webdav.lib.methods.PropFindMethod
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(byte[]) - method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of a byte array.
setRequestBody(File) - method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of a file.
setRequestBody(InputStream) - method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of an input stream.
setRequestBody(String) - method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the contents of a string.
setRequestBody(URL) - method in class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
Set my request body content to the resource at the specified URL.
setRequestHeader(String,String) - method in class org.apache.webdav.lib.methods.AclReportMethod
Set a header value, redirecting the special case of header "Depth" to 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 setOverwrite(boolean) and setDestination(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 setDepth(int) and setTimeout 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 setOverwrite(boolean) and setDestination(String) as appropriate.
setRequestHeader(String,String) - method in class org.apache.webdav.lib.methods.PollMethod
Adds special checking of header values of the POLL method to the super class implementation.
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 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 setDepth(int) call.
setRequestHeader(String,String) - method in class org.apache.webdav.lib.methods.SubscribeMethod
Adds special checking of header values of the SUBSCRIBE method to the super class implementation.
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 setLockToken(String) instead.
setRequestHeader(String,String) - method in class org.apache.webdav.lib.methods.UnsubscribeMethod
Adds special checking of header values of the UNSUBSCRIBE method to the super class implementation.
setRequestHeader(String,String) - method in class org.apache.webdav.lib.methods.VersionControlMethod
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
setSegment(String) - method in class org.apache.webdav.lib.methods.BindMethod
setSegment(String) - method in class org.apache.webdav.lib.methods.RebindMethod
setSegment(String) - method in class org.apache.webdav.lib.methods.UnbindMethod
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.
setSubsciptionLifetime(long) - method in class org.apache.webdav.lib.methods.SubscribeMethod
Sets the duration of the subscription in seconds.
setSubscriptionId(int) - method in class org.apache.webdav.lib.methods.SubscribeMethod
Sets the ID of a subscription to be refreshed.
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
Set the timeout value.
setTransactionHandle(String) - method in class org.apache.webdav.lib.WebdavState
setTransactionStatus(int) - method in class org.apache.webdav.lib.methods.UnlockMethod
Sets the transaction status of this method when it is used to end a externally controlled transaction.
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.
setTypeTransaction(boolean) - method in class org.apache.webdav.lib.methods.LockMethod
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.
setWriterEncoding(String) - static method in class org.apache.webdav.lib.util.DOMWriter
setWriterEncoding(String) - static method in class org.apache.webdav.lib.util.PropertyWriter
SingleResponse(Document,String,int) - constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
SLIDE - static field in class org.apache.webdav.lib.Constants
sortAttributes(NamedNodeMap) - method in class org.apache.webdav.lib.util.DOMWriter
Returns a sorted list of attributes.
sortAttributes(NamedNodeMap) - method in class org.apache.webdav.lib.util.PropertyWriter
Returns a sorted list of attributes.
SOURCE - static field in class org.apache.webdav.lib.WebdavResource
The source property.
SOURCE_URI - static field in class org.apache.webdav.lib.Subscriber
startTransaction(String,int) - method in class org.apache.webdav.lib.WebdavResource
Begins a new transaction.
SUB_SET - static field in class org.apache.webdav.lib.methods.ReportMethod
Request specified properties.
Registers a Subscriber with the remote server.
SubscribeMethod - class org.apache.webdav.lib.methods.SubscribeMethod
Implements the SUBSCRIBE method.
SubscribeMethod() - constructor for class org.apache.webdav.lib.methods.SubscribeMethod
Refreshes a subscription.
SubscribeMethod(String) - constructor for class org.apache.webdav.lib.methods.SubscribeMethod
subscribeMethod(String,int) - method in class org.apache.webdav.lib.WebdavResource
Refreshes a subscription.
Subscribes for notifications for modifications of WebDAV resources.
Subscriber - interface org.apache.webdav.lib.Subscriber
The Subscriber interface
Subscription - class org.apache.webdav.lib.Subscription
Object that holds information about a single WebDAV subscription.
Subscription(String,int,String,long,String,String) - constructor for class org.apache.webdav.lib.Subscription
supportedLock - field in class org.apache.webdav.lib.WebdavResource
An WebDAV property, supportedlock.
SupportedLockProperty - class org.apache.webdav.lib.properties.SupportedLockProperty
Default constructor for the property.
sVersionHistory - field in class org.apache.webdav.lib.methods.ReportMethod

T

TAG_COLLECTION - static field in class org.apache.webdav.lib.properties.ResourceTypeProperty
The property collection tag.
TAG_NAME - static field in class org.apache.webdav.lib.properties.AclProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.CheckedinProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.CheckedoutProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.CreationDateProperty
TAG_NAME - static field in class org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.GetContentLengthProperty
TAG_NAME - static field in class org.apache.webdav.lib.properties.GetLastModifiedProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.Lock
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.LockDiscoveryProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.ModificationDateProperty
TAG_NAME - static field in class org.apache.webdav.lib.properties.OwnerProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.ResourceTypeProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.properties.SupportedLockProperty
The property name.
TAG_NAME - static field in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
TAG_PRINCIPAL - static field in class org.apache.webdav.lib.properties.ResourceTypeProperty
TARGET_URI - static field in class org.apache.webdav.lib.Subscriber
tempDirForGet - static field in class org.apache.webdav.lib.WebdavResource
The default temporary directory for the GET method.
thisResource - field in class org.apache.webdav.lib.WebdavResource
The flag to set the status code by propfind.
timeout - field in class org.apache.webdav.lib.Lock
TIMEOUT_INFINITY - static field in class org.apache.webdav.lib.methods.LockMethod
timer - static field in class org.apache.webdav.lib.NotificationListener
toRemove - field in class org.apache.webdav.lib.methods.PropPatchMethod
Hashtable of the properties to remove.
toSet - field 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.properties.HrefValuedProperty
Get a String representation of the property.
toString() - method in class org.apache.webdav.lib.Lock
toString() - method in class org.apache.webdav.lib.util.QName
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.util.XMLPrinter
Retrieve generated XML.
toString() - method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
toURL() - method in class org.apache.webdav.lib.WebdavFile
transactionHandle - field in class org.apache.webdav.lib.WebdavState
Transaction handle of current session of null if not inside of transaction.
TRUE - static field in class org.apache.webdav.lib.WebdavResource
The true constant string.
type - field in class org.apache.webdav.lib.methods.PropFindMethod
Type of the Propfind.
type - field in class org.apache.webdav.lib.methods.ReportMethod
Type of the Propfind.
TYPE_DELETE - static field in class org.apache.webdav.lib.methods.SubscribeMethod
TYPE_MOVE - static field in class org.apache.webdav.lib.methods.SubscribeMethod
TYPE_TRANSACTION - static field in class org.apache.webdav.lib.Lock
Type indicating lock is a transaction lock.
TYPE_UPDATE - static field in class org.apache.webdav.lib.methods.SubscribeMethod
TYPE_UPDATE_NEW_MEMBER - static field in class org.apache.webdav.lib.methods.SubscribeMethod
TYPE_WRITE - static field in class org.apache.webdav.lib.Lock
The write constant in the locktype.
TYPE_WRITE - static field in class org.apache.webdav.lib.properties.LockEntryProperty
TYPE_WRITE - static field in class org.apache.webdav.lib.methods.LockMethod

U

UnbindMethod - class org.apache.webdav.lib.methods.UnbindMethod
The UNBIND method modifies the collection identified by the Request-URI, by removing the binding identified by the segment specified in the UNBIND body.
UnbindMethod() - constructor for class org.apache.webdav.lib.methods.UnbindMethod
Method constructor.
unbindMethod() - method in class org.apache.webdav.lib.WebdavResource
Execute the UNBIND method for this WebdavResource.
UnbindMethod(String) - constructor for class org.apache.webdav.lib.methods.UnbindMethod
Method constructor.
unbindMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the UNBIND method given the resource to Unbind.
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() - method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for this WebdavResource.
UncheckoutMethod(String) - constructor for class org.apache.webdav.lib.methods.UncheckoutMethod
Method constructor.
uncheckoutMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the CHECKOUT method for the given path.
UnlockMethod - class org.apache.webdav.lib.methods.UnlockMethod
UNLOCK Method.
UnlockMethod() - constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
unlockMethod() - method in class org.apache.webdav.lib.WebdavResource
Execute the Unlock method for this WebdavResource.
UnlockMethod(String) - constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
unlockMethod(String) - method in class org.apache.webdav.lib.WebdavResource
Execute the Unlock method for the given path.
UnlockMethod(String,String) - constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
unlockMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Execute the Unlock method for the given path.
UnlockMethod(String,String,int) - constructor for class org.apache.webdav.lib.methods.UnlockMethod
Creates an unlock method that ends a transaction when server supports them in a MS like style.
UnsubscribeMethod - class org.apache.webdav.lib.methods.UnsubscribeMethod
Implements the UNSUBSCRIBE method.
UnsubscribeMethod() - constructor for class org.apache.webdav.lib.methods.UnsubscribeMethod
Method constructor.
Cancels a subscription.
UnsubscribeMethod(String) - constructor for class org.apache.webdav.lib.methods.UnsubscribeMethod
Method constructor.
unsubscribeMethod(String,int) - method in class org.apache.webdav.lib.WebdavResource
Cancels a subscription.
UPDATE_NOTIFICATION - static field in class org.apache.webdav.lib.Subscription
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) - method in class org.apache.webdav.lib.WebdavResource
Update this resource to the specified target
UpdateMethod(String,String) - constructor for class org.apache.webdav.lib.methods.UpdateMethod
Method constructor.
updateMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource
Update the specified resource to the specified target
URI - static field in class org.apache.webdav.lib.Subscriber
useDiskForGet - static field in class org.apache.webdav.lib.WebdavResource
The flag setter to use the disk for the GET method.

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) - method in class org.apache.webdav.lib.WebdavResource
VersionControlMethod(String,String) - constructor for class org.apache.webdav.lib.methods.VersionControlMethod
versionControlMethod(String,String) - method in class org.apache.webdav.lib.WebdavResource

W

WebdavException - class 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(HttpURL) - constructor for class org.apache.webdav.lib.WebdavFile
WebdavFile(org.apache.webdav.lib.WebdavFile,String) - constructor for class org.apache.webdav.lib.WebdavFile
WebdavFile(String) - constructor for class org.apache.webdav.lib.WebdavFile
A WebdavFile with a relative file.
WebdavFile(String,String,String) - constructor for class org.apache.webdav.lib.WebdavFile
WebdavFile(String,String,String,String) - constructor for class org.apache.webdav.lib.WebdavFile
WebdavFile(URL,String,String) - constructor for class org.apache.webdav.lib.WebdavFile
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) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL,boolean) - 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) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL,int,boolean) - 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,int,boolean) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL,String) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL,String,boolean) - 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,boolean) - constructor for class org.apache.webdav.lib.WebdavResource
WebdavResource(HttpURL,String,int,Credentials) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(HttpURL,String,int,Credentials,boolean) - constructor for class org.apache.webdav.lib.WebdavResource
WebdavResource(String) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(String,boolean) - constructor for class org.apache.webdav.lib.WebdavResource
WebdavResource(String,Credentials) - constructor for class org.apache.webdav.lib.WebdavResource
The constructor.
WebdavResource(String,Credentials,boolean) - constructor for class org.apache.webdav.lib.WebdavResource
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.
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(org.apache.webdav.lib.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.
WebdavStatus - class org.apache.webdav.lib.util.WebdavStatus
wirtePropElement(org.apache.webdav.lib.util.XMLPrinter) - method in class org.apache.webdav.lib.methods.PropertyBodyHelper
Writes the element to a XMLPrinter.
WRITE - static field in class org.apache.webdav.lib.Privilege
WRITE_ACL - static field in class org.apache.webdav.lib.Privilege
writeData(String) - method in class org.apache.webdav.lib.util.XMLPrinter
Write data.
writeElement(String,String,int) - method in class org.apache.webdav.lib.util.XMLPrinter
Write an element.
writeElement(String,String,String,int) - method in class org.apache.webdav.lib.util.XMLPrinter
Write an element.
writeProperty(String,String) - method in class org.apache.webdav.lib.util.XMLPrinter
Write property to the XML.
writeProperty(String,String,String) - method in class org.apache.webdav.lib.util.XMLPrinter
Write property to the XML.
writeProperty(String,String,String,String) - method in class org.apache.webdav.lib.util.XMLPrinter
Write property to the XML.
writeProperty(String,String,String,String,boolean) - method in class org.apache.webdav.lib.util.XMLPrinter
Write property to the XML.
writer - field in class org.apache.webdav.lib.util.XMLPrinter
Writer.
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.
writeText(String) - method in class org.apache.webdav.lib.util.XMLPrinter
Write text.
writeXMLHeader() - method in class org.apache.webdav.lib.util.XMLPrinter
Write XML Header.

X

XMLDebugOutputer - class org.apache.webdav.lib.util.XMLDebugOutputer
XMLDebugOutputer helper class.
XMLDebugOutputer() - constructor for class org.apache.webdav.lib.util.XMLDebugOutputer
Constructor
XMLPrinter - class org.apache.webdav.lib.util.XMLPrinter
XMLPrinter helper class.
XMLPrinter() - constructor for class org.apache.webdav.lib.util.XMLPrinter
Constructor.
XMLPrinter(Writer) - constructor for class org.apache.webdav.lib.util.XMLPrinter
Constructor.
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.