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

A

AbstractResourceHandle - Class in org.eclipse.webdav.client
The AbstractResourceHandle class is the abstract superclass for all types of resource references.
AbstractResourceHandle(DAVClient, ILocator) - Constructor for class org.eclipse.webdav.client.AbstractResourceHandle
Creates a new AbstractResourceHandle with the given DAV client and Locator.
ACCEPT - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ACCEPT_CHARSET - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ACCEPT_ENCODING - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ACCEPT_LANGUAGE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ACCEPT_RANGES - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ACCEPTED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
accumulatePropStat(QualifiedName, String, String) - Method in class org.eclipse.webdav.dom.ResponseBody
Gets this response's first propstat with the given status and adds an element created from the given property name as a property of the propstat's prop.
accumulatePropStat(Element, String, String) - Method in class org.eclipse.webdav.dom.ResponseBody
Gets this response's first propstat with the given status and adds a clone of the given element as a property of its prop.
ActiveLock - Class in org.eclipse.webdav.dom
An element editor for the WebDAV activelock element.
ActiveLock(Element) - Constructor for class org.eclipse.webdav.dom.ActiveLock
Creates a new editor on the given WebDAV activelock element.
addActiveLock() - Method in class org.eclipse.webdav.dom.LockDiscovery
Creates and adds a new activelock on this lockdiscovery and returns an editor on it.
addAuthenticationInfo(URL, String, String, Map) - Method in interface org.eclipse.webdav.http.client.IAuthenticator
Adds the given authentication information to the store.
addBinding(String, String) - Method in class org.eclipse.webdav.dom.Bindings
Adds the specified binding to this editor's bindings element.
addChild(Element, String, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and adds it as a child of the given parent.
addChild(Element, String, String, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and adds it as a child of the given parent.
addChild(Element, Element, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Adds the given child element as a child of the given parent.
addCondition(Condition) - Method in class org.eclipse.webdav.internal.kernel.Precondition
Add a Condition to this Precondition.
addConditionFactor(ConditionFactor) - Method in class org.eclipse.webdav.internal.kernel.ConditionTerm
Add a ConditionFactor to a ConditionTerm.
addConditionTerm(ConditionTerm) - Method in class org.eclipse.webdav.internal.kernel.Condition
Add a ConditionTerm to a Condition.
addConflict() - Method in class org.eclipse.webdav.dom.ConflictReportResponse
 
addContributor(String) - Method in class org.eclipse.webdav.dom.Conflict
 
addField(String, String) - Method in class org.eclipse.webdav.http.client.HttpConnection.Header
Adds the specified header field to this header.
addHref(String) - Method in class org.eclipse.webdav.dom.HrefSet
Adds the given href to the end of the set of hrefs.
addHref(String) - Method in class org.eclipse.webdav.dom.ResponseBody
Adds the given href to this response.
addLockEntry() - Method in class org.eclipse.webdav.dom.SupportedLock
Creates a new lockentry and adds it to this supported lock.
addLockTokenHref(String) - Method in class org.eclipse.webdav.dom.ActiveLock
Adds the given href to this activelock's locktoken.
addProperty(Element) - Method in class org.eclipse.webdav.dom.Prop
Creates a clone of the given element and adds it to this prop.
addProperty(String) - Method in class org.eclipse.webdav.dom.PropertyBehavior
Adds the given property href to this propertybehavior's list of live properties.
addPropertyName(QualifiedName) - Method in class org.eclipse.webdav.dom.Prop
Creates a new element with the given name and adds it to this prop.
addPropStat() - Method in class org.eclipse.webdav.dom.ResponseBody
Creates and adds a propstat element on this response and returns an editor on it.
addProtectionSpace(URL, String) - Method in interface org.eclipse.webdav.http.client.IAuthenticator
Adds the specified resource to the protection space specified by the given realm.
addProxyServerException(String) - Method in class org.eclipse.webdav.http.client.HttpClient
Adds the given proxy server exception pattern to this client.
addRemove() - Method in class org.eclipse.webdav.dom.PropertyUpdate
Adds a remove to the given propertyupdate and returns an editor on its prop.
addResponse() - Method in class org.eclipse.webdav.dom.MultiStatus
Creates and adds a response element to this multistatus and returns an editor on it.
addSet() - Method in class org.eclipse.webdav.dom.PropertyUpdate
Adds a set to the given propertyupdate and returns an editor on its prop.
addStateTokenCondition(String, String) - Method in class org.eclipse.webdav.internal.kernel.Precondition
Add a condition created from the given URI and state token.
after(DateTime) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
AGE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ALL_BINDINGS - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ALLOW - Variable in class org.eclipse.webdav.internal.kernel.Context
 
appendChild(Element, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and appends it as a child of the given parent.
appendChild(Element, String, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and appends it as a child of the given parent.
appendTrailingSlash(String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the given URL with a trailing slash appended to it.
appendTrailingSlash(URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns the given URL with a trailing slash appended to it.
asCollectionHandle() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answer a new collection handle on the same underlying server resource.
ASCTIME_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
asResourceHandle() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answer a new resource handle on the same underlying server resource.
Assert - Class in org.eclipse.webdav.internal.kernel.utils
Assert is useful for for embedding runtime sanity checks in code.
AuthenticateChallenge - Class in org.eclipse.webdav.internal.authentication
Parses the HTTP "WWW-Authenticate" and "Proxy-Authenticate" header fields.
AuthenticateChallenge(String) - Constructor for class org.eclipse.webdav.internal.authentication.AuthenticateChallenge
Parses the given authenticate challenge.
AuthenticationInfo - Class in org.eclipse.webdav.internal.authentication
Parses the HTTP "Authentication-Info" header field.
AuthenticationInfo(String) - Constructor for class org.eclipse.webdav.internal.authentication.AuthenticationInfo
Parses the given authentication info.
authenticationSchemes - Static variable in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
 
authenticatorStore - Variable in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
 
AUTHORIZATION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
AuthorizationAuthority - Class in org.eclipse.webdav.internal.authentication
The AuthorizationAuthority authorizes client Requests for communication with HTTP servers.
AuthorizationAuthority(IAuthenticator) - Constructor for class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Creates a new authenticator that stores its authentication information in the given authenticator store.
authorize(Request, IResponse, IContext, URL, boolean) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Authorizes the given request by setting its authorization credentials in the given context.

B

BAD_GATEWAY - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
BAD_REQUEST - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
Base64Encoder - Class in org.eclipse.webdav.internal.authentication
This class implements a BASE64 character encoder as specified in RFC1521.
Base64Encoder() - Constructor for class org.eclipse.webdav.internal.authentication.Base64Encoder
 
baselineControl() - Method in class org.eclipse.webdav.client.CollectionHandle
Bring the receiver under baseline control.
baselineControl(ILocator) - Method in class org.eclipse.webdav.client.CollectionHandle
Create a new version-controlled configuration on the given baseline.
baselineControl(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
baselineControl(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
BaselineControl - Class in org.eclipse.webdav.dom
An element editor for the WebDAV baseline control element.
BaselineControl(Element) - Constructor for class org.eclipse.webdav.dom.BaselineControl
Creates a new editor on the given WebDAV baseline control element.
baselineControl(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the BASELINE-CONTROL method defined in the WebDAV Versioning Specification.
BasicAuthority - Class in org.eclipse.webdav.internal.authentication
The BasicAuthority provides the necessary behavior to authorizes client Requests for communication with HTTP servers using the Basic authentication scheme.
BasicAuthority(IAuthenticator) - Constructor for class org.eclipse.webdav.internal.authentication.BasicAuthority
Creates a new authenticator that stores its authentication information in the given authentication store.
before(DateTime) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
bind(String, ILocator) - Method in class org.eclipse.webdav.client.CollectionHandle
Binds the given member in this collection to the resource identified by the given source locator.
bind(String, ILocator, boolean) - Method in class org.eclipse.webdav.client.CollectionHandle
Binds the given member in this collection to the resource identified by the given source locator.
bind(ILocator, ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
bind(String) - Static method in class org.eclipse.webdav.client.Policy
Lookup the message with the given ID in this catalog
bind(String, String) - Static method in class org.eclipse.webdav.client.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
bind(String, String, String) - Static method in class org.eclipse.webdav.client.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
bind(String, String[]) - Static method in class org.eclipse.webdav.client.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.
bind(ILocator, ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
bind(String) - Static method in class org.eclipse.webdav.internal.kernel.Policy
Lookup the message with the given ID in this catalog
bind(String, String) - Static method in class org.eclipse.webdav.internal.kernel.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
bind(String, String, String) - Static method in class org.eclipse.webdav.internal.kernel.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
bind(String, String[]) - Static method in class org.eclipse.webdav.internal.kernel.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.
bind(ILocator, ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Binds the given source locator, to the given destination.
bind(String) - Static method in class org.eclipse.webdav.Policy
Lookup the message with the given ID in this catalog
bind(String, String) - Static method in class org.eclipse.webdav.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
bind(String, String, String) - Static method in class org.eclipse.webdav.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
bind(String, String[]) - Static method in class org.eclipse.webdav.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.
Bindings - Class in org.eclipse.webdav.dom
An element editor for the WebDAV bindings element.
Bindings(Element) - Constructor for class org.eclipse.webdav.dom.Bindings
Creates a new editor on the given WebDAV bindings element.
Bindings.Binding - Class in org.eclipse.webdav.dom
This class represent a single binding.
Bindings.Binding(String, String) - Constructor for class org.eclipse.webdav.dom.Bindings.Binding
Construct a new binding with the given href and segment.
body - Variable in class org.eclipse.webdav.internal.kernel.Message
 
BufferPool - Class in org.eclipse.webdav.http.client
A BufferPool holds on to a collection of buffers (byte arrays) so they can be reused without having to allocate and release memory.
BufferPool() - Constructor for class org.eclipse.webdav.http.client.BufferPool
 
bufferPool - Static variable in class org.eclipse.webdav.http.client.Message
 

C

CACHE_CONTROL - Variable in class org.eclipse.webdav.internal.kernel.Context
 
canTalkDAV() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return a boolean value indicating whether or not the server for this resource is DAV compliant.
changePropStatStatus(String, String, String) - Method in class org.eclipse.webdav.dom.ResponseBody
Changes all of this response's propstats with the given old status to have the given new status.
checkIn() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check-in this resource.
checkin(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
checkin(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
checkin(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the CHECKIN method defined in the WebDAV Versioning Specification.
checkOut() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check out this resource.
checkOut() - Method in class org.eclipse.webdav.client.CollectionHandle
Check out this resource.
checkout(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
checkout(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
checkOut() - Method in class org.eclipse.webdav.client.ResourceHandle
Check out this resource.
checkOut() - Method in class org.eclipse.webdav.client.WorkspaceHandle
Check out this resource.
checkout(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the CHECKOUT method defined in the WebDAV Versioning Specification.
checkPosition() - Method in class org.eclipse.webdav.internal.authentication.Parser
Throws a ParserException if pos is out of range.
childNames - Static variable in class org.eclipse.webdav.dom.ActiveLock
 
childNames - Static variable in class org.eclipse.webdav.dom.BaselineControl
An ordered collection of the element names of the resourceid element's children.
childNames - Static variable in class org.eclipse.webdav.dom.Bindings
An ordered collection of the element names of the bindings element's children.
childNames - Static variable in class org.eclipse.webdav.dom.Label
 
childNames - Static variable in class org.eclipse.webdav.dom.LockDiscovery
An ordered collection of the element names of the lockdiscovery element's children.
childNames - Static variable in class org.eclipse.webdav.dom.LockEntry
An ordered collection of the element names of the lockentry element's children.
childNames - Static variable in class org.eclipse.webdav.dom.LockInfo
An ordered collection of the element names of the lockinfo element's children.
childNames - Static variable in class org.eclipse.webdav.dom.MultiStatus
An ordered collection of the element names of the multistatus element's children.
childNames - Static variable in class org.eclipse.webdav.dom.PropertyBehavior
An ordered collection of the element names of the propertybehavior element's children.
childNames - Static variable in class org.eclipse.webdav.dom.PropFind
An ordered collection of the element names of the propfind element's children.
childNames - Static variable in class org.eclipse.webdav.dom.PropStat
An ordered collection of the element names of the propstat element's children.
childNames - Static variable in class org.eclipse.webdav.dom.ResourceID
An ordered collection of the element names of the resourceid element's children.
childNames - Static variable in class org.eclipse.webdav.dom.ResponseBody
An ordered collection of the element names of the responsebody element's children.
childNames - Static variable in class org.eclipse.webdav.dom.SupportedLock
An ordered collection of the element names of the supportedlock element's children.
childNames - Static variable in class org.eclipse.webdav.dom.Update
 
clear() - Method in class org.eclipse.webdav.http.client.HttpConnection.Header
Removes all header fields from this header.
clearRequestHeader() - Method in class org.eclipse.webdav.http.client.HttpConnection
Clear the request header.
ClientException - Exception in org.eclipse.webdav.internal.kernel
Represents exceptions that can happen on the Client as the result of a client error.
ClientException(int, String) - Constructor for exception org.eclipse.webdav.internal.kernel.ClientException
Construct a ClientException with a status code and simple message.
ClientException(int, String, Object) - Constructor for exception org.eclipse.webdav.internal.kernel.ClientException
Construct a ClientException with a status code and simple message.
clone() - Method in class org.eclipse.webdav.client.DAVClient
 
clone() - Method in class org.eclipse.webdav.client.LocalDAVClient
 
clone() - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
cloneNode(Document, Node) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns a clone of the given node.
close() - Method in class org.eclipse.webdav.client.DAVClient
Shut down the client for future use, and release any system resources associated with the instance.
close() - Method in class org.eclipse.webdav.client.RemoteDAVClient
Close down the client for futire API calls.
close() - Method in class org.eclipse.webdav.client.ResponseInputStream
Closes the response and frees all system resources associated with this input stream.
close() - Method in class org.eclipse.webdav.http.client.HttpClient
Closes this client.
close() - Method in class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
Closes this connections recycler.
close() - Method in class org.eclipse.webdav.http.client.HttpConnection
Close this connection.
close() - Method in class org.eclipse.webdav.http.client.Message
Closes this message to free up any system resources.
close() - Method in class org.eclipse.webdav.http.client.RequestInputStream
 
close() - Method in class org.eclipse.webdav.internal.kernel.Response
 
close() - Method in interface org.eclipse.webdav.IResponse
Closes this response.
closeResponse(IResponse) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Helper method to close a response from the server.
code - Variable in class org.eclipse.webdav.internal.kernel.Status
 
collapse() - Method in interface org.eclipse.webdav.IContext
Collapse teh receiver by copying all the keys and values from the default context into the receiver.
collapse() - Method in class org.eclipse.webdav.internal.kernel.Context
Copy all the default values into the receiver.
collapse() - Method in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Copy all the default values into the receiver.
CollectionHandle - Class in org.eclipse.webdav.client
The CollectionHandle class represents a resource on the WebDAV server that supports collection semantics.
CollectionHandle(DAVClient, ILocator) - Constructor for class org.eclipse.webdav.client.CollectionHandle
Creates a new CollectionHandle from the given DAVClient and Locator.
Condition - Class in org.eclipse.webdav.internal.kernel
A Condition represents some state configuration of a particular resource that must be satisfied in order for the associated request to be valid.
Condition() - Constructor for class org.eclipse.webdav.internal.kernel.Condition
Construct a Condition on the default resource.
Condition(String) - Constructor for class org.eclipse.webdav.internal.kernel.Condition
Construct a Condition with the given URI.
ConditionFactor - Class in org.eclipse.webdav.internal.kernel
A ConditionFactor represents some state of a resource that must be satisfied in order for the associated request to be valid.
ConditionFactor() - Constructor for class org.eclipse.webdav.internal.kernel.ConditionFactor
 
ConditionTerm - Class in org.eclipse.webdav.internal.kernel
A ConditionTerm represents some state configuration of a resource that must be satisfied in order for the associated request to be valid.
ConditionTerm() - Constructor for class org.eclipse.webdav.internal.kernel.ConditionTerm
Construct a Condition with no associated Resource URI.
confirm(Request, IResponse, URL) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Confirms whether the given response is valid by proving the server knows the client's authentication secret (password).
confirmResponse(Request, IResponse, URL) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Confirms whether the given response is valid by proving the server knows the client's authentication secret (password).
confirmResponse(Request, IResponse, URL) - Method in class org.eclipse.webdav.internal.authentication.DigestAuthority
 
Conflict - Class in org.eclipse.webdav.dom
An element editor for the WebDAV conflict element.
Conflict(Element) - Constructor for class org.eclipse.webdav.dom.Conflict
Creates a new editor on the given WebDAV conflict element.
CONFLICT - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
ConflictReportResponse - Class in org.eclipse.webdav.dom
An element editor for the WebDAV conflict-report-response element.
ConflictReportResponse(Element) - Constructor for class org.eclipse.webdav.dom.ConflictReportResponse
Creates a new editor on the given WebDAV conflict-report-response element.
CONNECTION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
contains(ConditionTerm) - Method in class org.eclipse.webdav.internal.kernel.Condition
Does this Condition contain the given ConditionTerm?
contains(ConditionFactor) - Method in class org.eclipse.webdav.internal.kernel.ConditionTerm
Does this ConditionTerm contain the given ConditionFactor?
CONTENT_BASE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_ENCODING - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_LANGUAGE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_LENGTH - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_LOCATION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_MD5 - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_RANGE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
CONTENT_TYPE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ContentType - Class in org.eclipse.webdav.http.client
Parses an HTTP Content-Type entity-header field.
ContentType(String) - Constructor for class org.eclipse.webdav.http.client.ContentType
Parses the given HTTP Content-Type entity-header field.
context - Variable in class org.eclipse.webdav.http.client.Message
 
Context - Class in org.eclipse.webdav.internal.kernel
The Context class is essentially a collection of key-value pairings, with defaults.
Context() - Constructor for class org.eclipse.webdav.internal.kernel.Context
 
Context(IContext) - Constructor for class org.eclipse.webdav.internal.kernel.Context
Constructor for the class.
context - Variable in class org.eclipse.webdav.internal.kernel.Message
 
Context.ContextKey - Class in org.eclipse.webdav.internal.kernel
 
Context.ContextKey(String) - Constructor for class org.eclipse.webdav.internal.kernel.Context.ContextKey
 
Context.ContextKeyToStringEnum - Class in org.eclipse.webdav.internal.kernel
 
contextFactory - Static variable in class org.eclipse.webdav.client.WebDAVFactory
 
ContextFactory - Class in org.eclipse.webdav.internal.kernel
 
ContextFactory() - Constructor for class org.eclipse.webdav.internal.kernel.ContextFactory
 
CONTINUE - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
copy(ILocator) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Make a copy of this resource and place it at the location defined by the given locator.
copy(ILocator, String, boolean, Collection) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Make a copy of this resource and place it at the location specified by the given destination locator.
copy(ILocator, ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
copy(ILocator, ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
copy(ILocator, ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Copies the resource with the given locator, to the given destination.
create() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Create this resource in the repository.
create() - Method in class org.eclipse.webdav.client.CollectionHandle
Create this collection in the repository.
create() - Method in class org.eclipse.webdav.client.ResourceHandle
Persistently create this resource instance in the repository.
create() - Method in class org.eclipse.webdav.client.WorkspaceHandle
Create a new workspace in the location described by this handle.
create(Document, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and adds it as the root of the given document.
create(Document, QualifiedName) - Static method in class org.eclipse.webdav.dom.HrefSet
Creates a new href set element with the given name and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.LockInfo
Creates a new WebDAV lockinfo element and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.Mkworkspace
Creates a new WebDAV mkworkspace element and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.MultiStatus
Creates a new WebDAV multistatus element and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.PropertyBehavior
Creates a new WebDAV propertybehavior element and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.PropertyUpdate
Creates a new WebDAV propertyupdate element and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.PropFind
Creates a new WebDAV propfind element and sets it as the root of the given document.
create(Document) - Static method in class org.eclipse.webdav.dom.ResponseBody
Creates a new WebDAV response element and sets it as the root of the given document.
create(StreamTokenizer) - Static method in class org.eclipse.webdav.internal.kernel.Condition
Create a Condition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
create(String) - Static method in class org.eclipse.webdav.internal.kernel.Condition
Create a Condition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
create(StreamTokenizer) - Static method in class org.eclipse.webdav.internal.kernel.ConditionFactor
Create a ConditionFactor (either a StateToken or EntityTag) by parsing the tokenizer contining an If header value.
create(StreamTokenizer) - Static method in class org.eclipse.webdav.internal.kernel.ConditionTerm
Create a ConditionTerm by parsing the given If header as defined by section 9.4 in the WebDAV spec.
create(StreamTokenizer) - Static method in class org.eclipse.webdav.internal.kernel.EntityTag
Create an EntityTag by parsing the given If header as defined by section 3.11 of the HTTP/1.1 spec.
create(String) - Static method in class org.eclipse.webdav.internal.kernel.Precondition
Construct a Precondition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
create(StreamTokenizer) - Static method in class org.eclipse.webdav.internal.kernel.StateToken
Create a StateToken by parsing the given If header as defined by section 9.4 in the WebDAV spec.
CREATED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
createLabel(Document, String) - Static method in class org.eclipse.webdav.dom.Update
Creates a new WebDAV update element and sets it as the root of the given document.
createSocket(String, String, int) - Method in interface org.eclipse.webdav.http.client.ISocketFactory
 
createVersion(Document, String) - Static method in class org.eclipse.webdav.dom.Update
Creates a new WebDAV update element and sets it as the root of the given document.
CROSS_SERVER_BINDING_FORBIDDEN - Static variable in class org.eclipse.webdav.internal.kernel.Status
 

D

data - Variable in exception org.eclipse.webdav.internal.kernel.WebDAVException
 
DATE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
dateFormat - Variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
DateTime - Class in org.eclipse.webdav.internal.kernel.utils
A generic date and time object.
DateTime() - Constructor for class org.eclipse.webdav.internal.kernel.utils.DateTime
 
DateTime(long) - Constructor for class org.eclipse.webdav.internal.kernel.utils.DateTime
Starts this object from a java long format (milliseconds).
dateTime - Variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
DAV - Variable in class org.eclipse.webdav.internal.kernel.Context
 
DAV4JRuntimeException - Exception in org.eclipse.webdav.internal.kernel
 
DAV4JRuntimeException(int, String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Create and answer a new runtime exception with the specified error code and descriptive message.
DAV4JRuntimeException(String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Create and answer a new runtime exception with the given descriptive message.
DAV4JRuntimeException(Throwable) - Constructor for exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Create and answer a runtime exception which wraps the given exception.
DAV4JRuntimeException(Throwable, String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Makes the same association between exception argument and error code as DAV4JRuntimeException(Exception)
DAV_ACTIVITY_CHECKOUT_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_ACTIVITY_LOCATION_OK - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_ACTIVITY_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_ACTIVITY_VERSION_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_ATOMIC_ACTIVITY_CHECKIN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_AUTO_CHECKIN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_AUTO_CHECKOUT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_AUTO_MERGE_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_BASELINE_COLLECTION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_BASELINE_CONTROLLED_COLLECTION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_BASELINE_CONTROLLED_COLLECTION_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_BASELINE_CONTROLLED_MEMBERS_MUST_BE_CHECKED_IN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_BASELINE_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_BASELINE_SELECTOR - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_BASELINE_SELECTOR_MUST_BE_EMPTY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_ADD_TO_EXISTING_HISTORY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_COPY_HISTORY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MERGE_CHECKED_OUT_RESOURCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_CHECKED_IN_PARENT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_DESTINATION_CHECKED_IN_PARENT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_DESTINATION_PARENT_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_PARENT_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_PROTECTED_PROPERTY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_UNSUPPORTED_PROPERTY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_VERSION_CONTROLLED_CONTENT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_MODIFY_VERSION_CONTROLLED_PROPERTY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_RENAME_RESOURCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CANNOT_RENAME_VARIANT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKED_IN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CHECKED_OUT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CHECKIN_DATE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CHECKIN_FORK - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CHECKIN_FORK_DISCOURAGED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKIN_FORK_FORBIDDEN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKOUT_FORK - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CHECKOUT_NOT_ALLOWED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKOUT_OF_CHECKED_OUT_VERSION_IS_DISCOURAGED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKOUT_OF_CHECKED_OUT_VERSION_IS_FORBIDDEN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKOUT_OF_VERSION_WITH_DESCENDANT_IS_DISCOURAGED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKOUT_OF_VERSION_WITH_DESCENDANT_IS_FORBIDDEN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_CHECKOUT_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_COLLECTION_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_COMMENT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CREATION_DATE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CREATOR_DISPLAYNAME - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CURRENT_ACTIVITY_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_CURRENT_WORKSPACE_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_DELETE_VARIANT_REFERENCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_DISCOURAGED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_DISPLAY_NAME - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_FORBIDDEN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_GET_CONTENT_LANGUAGE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_GET_CONTENT_LENGTH - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_GET_CONTENT_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_GET_E_TAG - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_GET_LAST_MODIFIED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_HISTORY_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_HREF - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_KEEP_CHECKED_OUT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_LABEL_MUST_EXIST - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_LABEL_NAME_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_LATEST_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_LINEAR_ACTIVITY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_LOCK_DISCOVERY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_LOCKED_UPDATE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_MERGE_MUST_BE_COMPLETE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MERGE_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_MUST_BE_ACTIVITY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_BASELINE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_CHECKED_IN - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_CHECKED_IN_VERSION_CONTROLLED_RESOURCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_CHECKED_OUT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_CHECKED_OUT_VERSION_CONTROLLED_RESOURCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_NEW_LABEL - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_BE_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_HAVE_NO_VERSION_CONTROLLED_MEMBERS - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_NOT_BE_CHECKED_OUT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_SELECT_VARIANT - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUST_SELECT_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_MUTABLE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_NEW_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_NO_CHECKED_OUT_BASELINE_CONTROLLED_COLLECTION_MEMBERS - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_NS - Static variable in class org.eclipse.webdav.dom.ElementEditor
 
DAV_NS_ATTRIB - Static variable in class org.eclipse.webdav.internal.kernel.ElementHelper
 
DAV_OK - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_ONE_BASELINE_CONTROLLED_COLLECTION_PER_HISTORY_PER_WORKSPACE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_ONE_CHECKOUT_PER_ACTIVITY_PER_HISTORY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_ONE_VERSION_CONTROLLED_RESOURCE_PER_HISTORY_PER_WORKSPACE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_OVERWRITE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_PRECURSOR_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_PREDECESSOR_IN_CHECKED_OUT_VERSION_HISTORY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_PREDECESSOR_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_PREFIX - Static variable in class org.eclipse.webdav.internal.kernel.ElementHelper
 
DAV_RESOURCE_ID - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_RESOURCE_MUST_BE_NULL - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_ROOT_VERSION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SOURCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUBACTIVITY_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUBBASELINE_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUCCESSOR_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUPPORTED_LIVE_PROPERTY_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUPPORTED_LOCK - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUPPORTED_METHOD_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_SUPPORTED_REPORT_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_UNLOCKED_UPDATE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_UNRESERVED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_URI - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVConstants
 
DAV_VERSION_CONTROLLED_CONFIGURATION - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_VERSION_HISTORY - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_VERSION_HISTORY_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
DAV_VERSION_NAME - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_VERSION_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_WORKING_RESOURCE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_WORKSPACE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_WORKSPACE_CHECKOUT_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_WORKSPACE_COLLECTION_SET - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyNames
 
DAV_WORKSPACE_REQUIRED - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPreconditionFailures
 
DAV_WORKSPACE_RESOURCE_TYPE - Static variable in interface org.eclipse.webdav.internal.kernel.WebDAVPropertyValues
 
davClient - Variable in class org.eclipse.webdav.client.AbstractResourceHandle
 
DAVClient - Class in org.eclipse.webdav.client
Dav Clients implement the IServer interface and represent a client's connection to a server.
DAVClient(DAVClient) - Constructor for class org.eclipse.webdav.client.DAVClient
Creates a new DAV client from a clone of the given DAV client.
DAVClient(WebDAVFactory) - Constructor for class org.eclipse.webdav.client.DAVClient
Creates a new DAV client.
DAVException - Exception in org.eclipse.webdav.internal.kernel
 
DAVException() - Constructor for exception org.eclipse.webdav.internal.kernel.DAVException
DAV4JException default constructor.
DAVException(String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAVException
 
davFactory - Variable in class org.eclipse.webdav.client.DAVClient
 
DAVRuntimeException - Exception in org.eclipse.webdav.internal.kernel
 
DAVRuntimeException(int, String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Create and answer a new runtime exception with the specified error code and descriptive message.
DAVRuntimeException(String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Create and answer a new runtime exception with the given descriptive message.
DAVRuntimeException(Throwable) - Constructor for exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Create and answer a runtime exception which wraps the given exception.
DAVRuntimeException(Throwable, String) - Constructor for exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Makes the same association between exception argument and error code as DAVRuntimeException(Exception)
declareNS(Element, String, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Adds a namespace declaration to the given element.
decode(String) - Static method in class org.eclipse.webdav.internal.utils.URLDecoder
Decodes the given URL from an ASCII readable URL that is safe for transport.
decode(String, String) - Static method in class org.eclipse.webdav.internal.utils.URLDecoder
Decodes the file and reference parts of a URL from an ASCII readable URL that is safe for transport.
decode(URL) - Static method in class org.eclipse.webdav.internal.utils.URLDecoder
Decodes the given URL from an ASCII readable URL that is safe for transport.
decodeHref(String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Decodes the given href from a form that is safe for transport.
decodeSegment(String) - Static method in class org.eclipse.webdav.internal.utils.URLDecoder
 
defaults - Variable in class org.eclipse.webdav.internal.kernel.Context
 
defaults - Variable in class org.eclipse.webdav.internal.kernel.ContextFactory
 
defaults - Variable in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
 
delete() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Delete this resource from the repository.
delete(boolean) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Delete this resource from the repository, optionally succeeding in the delete if the resource was not found on the server.
delete(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
delete(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
delete(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Deletes the resource with the given locator.
DEPTH - Variable in class org.eclipse.webdav.internal.kernel.Context
 
DEPTH_INFINITY - Static variable in interface org.eclipse.webdav.IContext
Depth constant indicating apply the method to the target resource.
DEPTH_ONE - Static variable in interface org.eclipse.webdav.IContext
Depth constant indicating apply the method to the target resource.
DEPTH_ZERO - Static variable in interface org.eclipse.webdav.IContext
Depth constant indicating apply the method to the target resource.
DESTINATION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
digest() - Method in class org.eclipse.webdav.internal.authentication.DigestOutputStream
Completes the hash computation and resets the digest.
DigestAuthority - Class in org.eclipse.webdav.internal.authentication
The DigestAuthority provides the necessary behavior to authorizes client Requests for communication with HTTP servers using the Digest authentication scheme.
DigestAuthority(IAuthenticator) - Constructor for class org.eclipse.webdav.internal.authentication.DigestAuthority
Creates a new authenticator that stores its authentication information in the given authentication store.
DigestOutputStream - Class in org.eclipse.webdav.internal.authentication
An OutputStream that filters its data through a MessageDigest to compute a hash value over the data.
DigestOutputStream(OutputStream, String) - Constructor for class org.eclipse.webdav.internal.authentication.DigestOutputStream
Creates a new DigestOutputStream that filters its data through a MessageDigest that hashes its input using the given algorithm.
DigestOutputStream(String) - Constructor for class org.eclipse.webdav.internal.authentication.DigestOutputStream
Creates a new DigestOutputStream that filters its data through a MessageDigest that hashes its input using the given algorithm.
document - Variable in class org.eclipse.webdav.http.client.Response
 
documentFactory - Static variable in class org.eclipse.webdav.client.WebDAVFactory
 
DocumentFactory - Class in org.eclipse.webdav.internal.kernel
 
DocumentFactory() - Constructor for class org.eclipse.webdav.internal.kernel.DocumentFactory
 
DocumentMarshaler - Class in org.eclipse.webdav.internal.kernel
 
DocumentMarshaler() - Constructor for class org.eclipse.webdav.internal.kernel.DocumentMarshaler
 

E

e - Variable in class org.eclipse.webdav.internal.kernel.utils.ExcludingEnumeration
 
ElementEditor - Class in org.eclipse.webdav.dom
Abstract superclass of all element editors.
ElementEditor(Element) - Constructor for class org.eclipse.webdav.dom.ElementEditor
Constructs a new element editor for the given element.
ElementEditor(Element, String) - Constructor for class org.eclipse.webdav.dom.ElementEditor
Constructs a new element editor for the given element.
ElementHelper - Class in org.eclipse.webdav.internal.kernel
 
ElementHelper() - Constructor for class org.eclipse.webdav.internal.kernel.ElementHelper
 
EmptyEnumeration - Class in org.eclipse.webdav.internal.kernel.utils
 
EmptyEnumeration() - Constructor for class org.eclipse.webdav.internal.kernel.utils.EmptyEnumeration
 
encode(byte[]) - Static method in class org.eclipse.webdav.internal.authentication.Base64Encoder
Returns the BASE64 encoded String of the given data.
encode(String) - Static method in class org.eclipse.webdav.internal.utils.URLEncoder
Encodes the given URL into an ASCII readable URL that is safe for transport.
encode(String, String) - Static method in class org.eclipse.webdav.internal.utils.URLEncoder
Encodes the given file and reference parts of a URL into an ASCII readable String that is safe for transport.
encode(URL) - Static method in class org.eclipse.webdav.internal.utils.URLEncoder
Encodes the given URL into an ASCII readable URL that is safe for transport.
encodeHref(String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Encodes the given href to a form that is safe for transport.
ensure(String, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Deprecated.  
ensure(boolean, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Ensures that the given value is true.
ensureDAVElement(String, Node, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Deprecated.  
ensureDAVElement(Node, String, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Ensures that the given node is a WebDAV element with the given name.
ensureNotNull(String, Object) - Static method in class org.eclipse.webdav.dom.ElementEditor
Ensures that the given object is not null.
ensureNull(String, Object) - Static method in class org.eclipse.webdav.dom.ElementEditor
Ensures that the given object is null.
ensureText(String, Node) - Static method in class org.eclipse.webdav.dom.ElementEditor
Ensures that the given node is a text node, returning it as a Text node if it is.
EntityTag - Class in org.eclipse.webdav.internal.kernel
An EntityTag is a ConditionFactor describing some state of a resource represented as an opaque string.
EntityTag(String) - Constructor for class org.eclipse.webdav.internal.kernel.EntityTag
Construct a EntityTag with the given opaque string tag.
EnumerationConverter - Class in org.eclipse.webdav.internal.kernel.utils
 
EnumerationConverter(Enumeration) - Constructor for class org.eclipse.webdav.internal.kernel.utils.EnumerationConverter
 
EnumerationFilter - Class in org.eclipse.webdav.internal.kernel.utils
 
EnumerationFilter() - Constructor for class org.eclipse.webdav.internal.kernel.utils.EnumerationFilter
 
equals(Object) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answers true iff the receiver and the argument are considered equal, otherwise answers false.
equals(Object) - Method in class org.eclipse.webdav.dom.QualifiedNameImpl
Returns true if this qualified name is equivalent to the given object.
equals(Object) - Method in class org.eclipse.webdav.internal.kernel.Context.ContextKey
 
equals(Object) - Method in class org.eclipse.webdav.internal.kernel.EntityTag
Compare with another EntityTag.
equals(Object) - Method in class org.eclipse.webdav.internal.kernel.Locator
Return a boolean value indicating whether or not this locator and the given object are equal.
equals(Object) - Method in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Returns true if this qualified name is equivalent to the given object.
equals(Object) - Method in class org.eclipse.webdav.internal.kernel.StateToken
Compare with another StateToken.
equals(Object) - Method in class org.eclipse.webdav.internal.kernel.Status
Answers whether the receiver and the argument are considered equal.
equals(DateTime) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
ETAG - Variable in class org.eclipse.webdav.internal.kernel.Context
 
examineMultiStatusResponse(IResponse) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
If the given response contains a multistatus body, the bodies status' are checked for errors.
examineResponse(IResponse) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check the status code of the given response and throw a WebDAV exception if the code indicates failure.
examineStatusCode(int, String) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check the given status code and throw a WebDAV exception if the code indicates failure.
excludeList - Variable in class org.eclipse.webdav.internal.kernel.utils.ExcludingEnumeration
 
ExcludingEnumeration - Class in org.eclipse.webdav.internal.kernel.utils
 
ExcludingEnumeration(Enumeration, Vector) - Constructor for class org.eclipse.webdav.internal.kernel.utils.ExcludingEnumeration
 
EXCLUSIVE_LOCK - Static variable in interface org.eclipse.webdav.IContext
Lock type constant indicating an exclusive lock.
exists() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return a boolean value indicating whether or not this resource exists on the server.
EXPIRES - Variable in class org.eclipse.webdav.internal.kernel.Context
 
extendedStatus - Variable in class org.eclipse.webdav.internal.kernel.Status
 
extractElement(Document, Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Clones the given element, and its subtrees, and sets it as the root of the given document.
extractNode(Node, Node) - Static method in class org.eclipse.webdav.dom.ElementEditor
Clones the given node, and its subtrees, and sets it as the root of the given parent node.
extractPropStats(MultiStatus) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Helper method to extract the property status response from a multi status reponse, and populate a URLTable with the results.
extractText(Element) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
 

F

FAILED_DEPENDENCY - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
fgNamesKeepAlive - Static variable in class org.eclipse.webdav.dom.PropertyBehavior
An ordered collection of the element names of the propertybehavior element's children in the "keep alive" form
fgNamesOmit - Static variable in class org.eclipse.webdav.dom.PropertyBehavior
An ordered collection of the element names of the propertybehavior element's children in the "omit" form
fgNamesPropStat - Static variable in class org.eclipse.webdav.dom.ResponseBody
An ordered collection of the element names of the responsebody element's children in the "propstat" form.
fgNamesStatus - Static variable in class org.eclipse.webdav.dom.ResponseBody
An ordered collection of the element names of the responsebody element's children in the "status" form.
first - Variable in class org.eclipse.webdav.internal.kernel.utils.MergedEnumeration
 
FORBIDDEN - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
FROM - Variable in class org.eclipse.webdav.internal.kernel.Context
 

G

GATEWAY_TIMEOUT - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
generateEntityTag() - Static method in class org.eclipse.webdav.internal.kernel.EntityTag
Construct a unique EntityTag.
get(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
get(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
get(String) - Method in class org.eclipse.webdav.client.URLTable
Returns the value to which the given URL is mapped to in the table.
get(URL) - Method in class org.eclipse.webdav.client.URLTable
Returns the value to which the given URL is mapped to in the table.
get(String) - Method in interface org.eclipse.webdav.IContext
Returns the value for the given key, or null if the given key has no value.
get(String) - Method in class org.eclipse.webdav.internal.authentication.AuthenticateChallenge
Returns the value of the given authentication parameter, or null if the param does not exist.
get(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Return the value for the given key.
get(Object) - Method in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Return the value for the given key.
get(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Gets the content of the resource with the given locator.
getAccept() - Method in interface org.eclipse.webdav.IContext
Returns the media types that are acceptable for a response.
getAccept() - Method in class org.eclipse.webdav.internal.kernel.Context
Gets the media types that are acceptable for a response.
getAcceptCharset() - Method in interface org.eclipse.webdav.IContext
Returns the character sets that are acceptable for a response.
getAcceptCharset() - Method in class org.eclipse.webdav.internal.kernel.Context
Gets the character sets that are acceptable for a response.
getAcceptEncoding() - Method in interface org.eclipse.webdav.IContext
Retruns what content-encoding values are acceptable for a response.
getAcceptEncoding() - Method in class org.eclipse.webdav.internal.kernel.Context
Get what content-encoding values are acceptable for a response.
getAcceptLanguage() - Method in interface org.eclipse.webdav.IContext
Returns the natural languages that are acceptable for a response.
getAcceptLanguage() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the natural languages that are acceptable for a response.
getAcceptRanges() - Method in interface org.eclipse.webdav.IContext
Returns the range requests acceptable to a server.
getAcceptRanges() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the range requests acceptable to a server.
getActiveLocks() - Method in class org.eclipse.webdav.dom.LockDiscovery
Returns an Enumeration over this lockdiscovery's ActiveLocks.
getAge() - Method in interface org.eclipse.webdav.IContext
Returns the integer value of sender's estimate of the time since the response was generated, or -1 if the value is not set.
getAge() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the sender's estimate of the time since the response was generated.
getAllBindings() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the ALL_BINDINGS key.
getAllBindings() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the ALL_BINDINGS key.
getAllow() - Method in interface org.eclipse.webdav.IContext
Returns the methods allowed on a resource
getAllow() - Method in class org.eclipse.webdav.internal.kernel.Context
Gets the methods allowed on a resource Return the string value for the ALLOW key.
getAttributes() - Method in class org.eclipse.webdav.http.client.ContentType
Returns an Enumeration of this content type's attributes.
getAuthenticationInfo(URL, String, String) - Method in interface org.eclipse.webdav.http.client.IAuthenticator
Returns the authentication information for the specified protection space and given authentication scheme.
getAuthenticationInfo(AuthenticateChallenge, Map, URL, URL) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Returns the new authentication information gleaned from the given authenticate challenge and the given old authentication information.
getAuthenticationInfo(AuthenticateChallenge, Map, URL, URL) - Method in class org.eclipse.webdav.internal.authentication.BasicAuthority
 
getAuthenticationInfo(AuthenticateChallenge, Map, URL, URL) - Method in class org.eclipse.webdav.internal.authentication.DigestAuthority
 
getAuthorization() - Method in interface org.eclipse.webdav.IContext
Returns the user's credentials for the realm of the resource being requested.
getAuthorization(Request, Map, URL, URL, URL) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Returns the authorization credentials for the given request.
getAuthorization(Request, Map, URL, URL, URL) - Method in class org.eclipse.webdav.internal.authentication.BasicAuthority
 
getAuthorization(Request, Map, URL, URL, URL) - Method in class org.eclipse.webdav.internal.authentication.DigestAuthority
 
getAuthorization() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the user's credentials for the realm of the resource being requested.
getAuthScheme() - Method in class org.eclipse.webdav.internal.authentication.AuthenticateChallenge
Returns the authentication scheme.
getBindings() - Method in class org.eclipse.webdav.dom.Bindings
Returns an Enumeration over this bindings Bindings.
getBody() - Method in class org.eclipse.webdav.internal.kernel.Message
Return the message body.
getBuffer() - Method in class org.eclipse.webdav.http.client.BufferPool
Returns a buffer (byte array) of size BUFFER_SIZE from the pool.
getCacheControl() - Method in interface org.eclipse.webdav.IContext
Returns the cache control directives that must be obeyed.
getCacheControl() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the cache control directives that must be obeyed.
getChallenge() - Method in class org.eclipse.webdav.internal.authentication.AuthenticateChallenge
Returns the authenticate challenge, unparsed.
getChild(String, String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the child URL formed by joining the given member with the given parent URL.
getChild(URL, String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the child URL formed by joining the given member with the given parent URL.
getChild(Element, String, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the child WebDAV element of the given parent that is nearest in position to a WebDAV element with the given name, or null if no such child exists.
getChildElement(Element, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the first child element of the given parent element, or null if no such child exists.
getChildText(Element, String, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the data of the first child text node of the first WebDAV child with the given name of the given parent, or the empty String if no such child text node exists, or null if no such child exists.
getCNonce() - Method in class org.eclipse.webdav.internal.authentication.AuthenticationInfo
Returns the value of the cnonce parameter, or null if the parameter does not exist.
getCode() - Method in class org.eclipse.webdav.internal.kernel.Status
 
getCollectionHandle(String) - Method in class org.eclipse.webdav.client.CollectionHandle
Answer the given member of the receiver as a collection handle.
getCommonAncestor() - Method in class org.eclipse.webdav.dom.Conflict
 
getConditionFactors() - Method in class org.eclipse.webdav.internal.kernel.ConditionTerm
Get all the ConditionFactors in this Condition.
getConditions() - Method in class org.eclipse.webdav.internal.kernel.Precondition
Get the Conditions contained in this Precondition.
getConditionTerms() - Method in class org.eclipse.webdav.internal.kernel.Condition
Get all the ConditionTerms for this Condition.
getConflicts() - Method in class org.eclipse.webdav.dom.ConflictReportResponse
 
getConnection(URL) - Method in class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
Returns an unused connection that is connected to the origin server at the given URL.
getConnection() - Method in interface org.eclipse.webdav.IContext
Returns the sender connection options.
getConnection() - Method in class org.eclipse.webdav.internal.kernel.Context
Get sender connection options.
getConnectionTimeout() - Method in class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
 
getConnectionTimeout() - Method in class org.eclipse.webdav.http.client.HttpClient
 
getContent() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return the content of this resource as an input stream.
getContentBase() - Method in interface org.eclipse.webdav.IContext
Returns the URL string value for the CONTENT_BASE key.
getContentBase() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the String value for the CONTENT_BASE key.
getContentEncoding() - Method in interface org.eclipse.webdav.IContext
Returns what additional content encodings have been applied to the entity body.
getContentEncoding() - Method in class org.eclipse.webdav.internal.kernel.Context
Get what additional content encodings have been applied to the entity body.
getContentLanguage() - Method in interface org.eclipse.webdav.IContext
Returns the natural language of the intended audience for the entity body.
getContentLanguage() - Method in class org.eclipse.webdav.internal.kernel.Context
Gets the natural language of the intended audience for the entity body.
getContentLength() - Method in class org.eclipse.webdav.http.client.Message
Returns the content length of this message's body, or -1 if the content length is unknown.
getContentLength() - Method in class org.eclipse.webdav.http.client.Request
Returns the content length of this message's body, or -1 if the content length is unknown.
getContentLength() - Method in class org.eclipse.webdav.http.client.Response
Returns the content length of this message's body, or -1 if the content length is unknown.
getContentLength() - Method in interface org.eclipse.webdav.IContext
Returns the content length in bytes of the entity body.
getContentLength() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the content length in bytes of the entity body.
getContentLocation() - Method in interface org.eclipse.webdav.IContext
Returns the URL that locates the content.
getContentLocation() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the String value for the CONTENT_LOCATION key.
getContentMD5() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the CONTENT_MD5 key.
getContentMD5() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the CONTENT_MD5 key.
getContentRange() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the CONTENT_RANGE key.
getContentRange() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the CONTENT_RANGE key.
getContentType() - Method in class org.eclipse.webdav.http.client.Response
Returns the content type of this response's body, or null if the content type is unknown.
getContentType() - Method in interface org.eclipse.webdav.IContext
Returns the MIME type for the response contents.
getContentType() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the MIME type for the response contents.
getContext() - Method in class org.eclipse.webdav.client.ResponseInputStream
Returns the http header of the response from the WebDAV server on which this input stream is based.
getContext(URL) - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the context for the origin server at the given URL.
getContext() - Method in class org.eclipse.webdav.http.client.Message
Returns this message's context.
getContext() - Method in class org.eclipse.webdav.internal.kernel.Message
Return the message context.
getContext() - Method in interface org.eclipse.webdav.IResponse
Returns this response's header fields.
getContributors() - Method in class org.eclipse.webdav.dom.Conflict
 
getData() - Method in exception org.eclipse.webdav.internal.kernel.WebDAVException
 
getDate() - Method in interface org.eclipse.webdav.IContext
Returns the date the request was made.
getDate() - Method in class org.eclipse.webdav.internal.kernel.Context
The date the request was made.
getDateTime() - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
Milliseconds since 1 January 1970 0:00 UTC.
getDAV() - Method in interface org.eclipse.webdav.IContext
Returns the DAV level supported by the server.
getDAV() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the DAV level supported by the server.
getDAVChild(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the first WebDAV child of the given parent, or null if no such child exists.
getDAVClient() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answer the DAVClient being used by this resource handle for accessing the resource.
getDAVFactory() - Method in class org.eclipse.webdav.client.DAVClient
 
getDefaultContext() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the default context.
getDefaultNSName() - Method in class org.eclipse.webdav.dom.Namespaces
 
getDefaultProxyServerUrl() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the URL of the default proxy server which is used for all servers that do not have their proxy server set and do not match a proxy server exception.
getDepth() - Method in class org.eclipse.webdav.dom.ActiveLock
Returns the depth of this activelock; for example, Context.DEPTH_ZERO.
getDepth() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the "Depth" key.
getDepth() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the DEPTH key.
getDestination() - Method in interface org.eclipse.webdav.IContext
Returns the destination URL for a copy or move operation.
getDestination() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the destination URI for a copy or move operation.
getDocumentBody() - Method in class org.eclipse.webdav.http.client.Response
Returns this response's body as a DOM Document.
getDocumentBody() - Method in class org.eclipse.webdav.internal.kernel.Response
 
getDocumentBody() - Method in interface org.eclipse.webdav.IResponse
Gets the contents of the response body as a DOM Document.
getElement() - Method in class org.eclipse.webdav.dom.ElementEditor
Returns the root element upon which this editor is based.
getElements(String) - Static method in class org.eclipse.webdav.client.URLTool
Returns all elements in the given URLs path.
getElements(URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns all elements in the given URLs path.
getErrorCode() - Method in exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Answer the error code which is set on the receiver.
getErrorCode() - Method in exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Answer the error code which is set on the receiver.
getETag() - Method in interface org.eclipse.webdav.IContext
Returns the entity tag for the associated entity.
getETag() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the entity tag for the associated entity.
getETag() - Method in class org.eclipse.webdav.internal.kernel.EntityTag
Get the ETag of this EntityTag.
getExpires() - Method in interface org.eclipse.webdav.IContext
Returns the date/time after which the response should be considered stale.
getExpires() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the date/time after which the response should be considered stale.
getExtendedStatus() - Method in class org.eclipse.webdav.internal.kernel.Status
Get the extended status information for the receiver as an XML document.
getFieldName(int) - Method in class org.eclipse.webdav.http.client.HttpConnection.Header
Returns the field name of the header field at the given position, or null if there is no such position.
getFieldValue(int) - Method in class org.eclipse.webdav.http.client.HttpConnection.Header
Returns the field value of the header field at the given position, or null if there is no such postition.
getFieldValue(String) - Method in class org.eclipse.webdav.http.client.HttpConnection.Header
Returns the field value of the header field with the given field name, or null if there is no such field name.
getFirstChild(Element, String[]) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the first child of the given parent that is a WebDAV element with one of the given names, or null if no such child exists.
getFirstChild(Element, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the first child of the given parent that is a WebDAV element with the given name, or null if no such child exists.
getFirstText(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the data of the given parent's first text node, or the empty String if no such text node exists.
getFrom() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the FROM key.
getFrom() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the FROM key.
getHost() - Method in interface org.eclipse.webdav.IContext
Returns the Internet host and port of the resource being requested.
getHost() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the Internet host and port of the resource being requested.
getHref() - Method in class org.eclipse.webdav.dom.BaselineControl
Answer the href passed in the body of the baseline control element.
getHref() - Method in class org.eclipse.webdav.dom.Bindings.Binding
Return this binding's href.
getHref() - Method in class org.eclipse.webdav.dom.Conflict
 
getHref() - Method in class org.eclipse.webdav.dom.ResourceID
Returns this resourceid's href.
getHref() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns this response's first href.
getHrefs() - Method in class org.eclipse.webdav.dom.HrefSet
Returns an Enumeration over the set of hrefs.
getHrefs() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns an Enumeration of this response's hrefs (not including the first href).
getHttpClient() - Method in class org.eclipse.webdav.client.RemoteDAVClient
Returns this DAV clients HTTP client.
getHttpVersion() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the version of HTTP this client uses for communication with servers.
getHttpVersion() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the version of HTTP this connection uses for communication with servers.
getIfKey() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the IF key.
getIfKey() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the IF key.
getIfMatch() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the IF_MATCH key.
getIfMatch() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the IF_MATCH key.
getIfModifiedSince() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the IF_MODIFIED_SINCE key.
getIfModifiedSince() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the IF_MODIFIED_SINCE key.
getIfNoneMatch() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the IF_NONE_MATCH key.
getIfNoneMatch() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the IF_NONE_MATCH key.
getIfRange() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the IF_RANGE key.
getIfRange() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the IF_RANGE key.
getIfUnmodifiedSince() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the IF_UNMODIFIED_SINCE key.
getIfUnmodifiedSince() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the IF_UNMODIFIED_SINC key.
getInputStream() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns this connection's InputStream.
getInputStream() - Method in class org.eclipse.webdav.http.client.Message
Returns this message's input stream.
getInputStream() - Method in class org.eclipse.webdav.internal.kernel.Response
 
getInputStream() - Method in interface org.eclipse.webdav.IResponse
Returns an open input stream for reading the the body of this response.
getLabel() - Method in class org.eclipse.webdav.dom.Update
 
getLabel() - Method in interface org.eclipse.webdav.IContext
Returns the label header value.
getLabel() - Method in interface org.eclipse.webdav.ILocator
Returns the label selector value of this locator, or null if there is no label selector.
getLabel() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the message label selector.
getLabel() - Method in class org.eclipse.webdav.internal.kernel.Locator
 
getLabelName() - Method in class org.eclipse.webdav.dom.Label
 
getLastChild(Element, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the last child of the given parent that is a WebDAV element with the given name, or null if no such child exists.
getLastElement(String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the last element in the given URLs path, or null if the URL is the root.
getLastElement(URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns the last element in the given URLs path, or null if the URL is the root.
getLastModified() - Method in interface org.eclipse.webdav.IContext
Returns when the resource was last modified.
getLastModified() - Method in class org.eclipse.webdav.internal.kernel.Context
Get when the resource was last modified.
getLocalName() - Method in interface org.eclipse.webdav.dom.QualifiedName
Returns the local part of this name.
getLocalName() - Method in class org.eclipse.webdav.dom.QualifiedNameImpl
Returns the local part of this name.
getLocalName() - Method in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Returns the local part of this name.
getLocation() - Method in interface org.eclipse.webdav.IContext
Returns the URI of the redirect location.
getLocation() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the redirect location.
getLocator() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return the locator for this resource.
getLockEntries() - Method in class org.eclipse.webdav.dom.SupportedLock
Returns an Enumeration over this supportedlock's LockEntrys.
getLocks() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return an Enumeration over ActiveLocks which lists the locks currently held on this resource.
getLockToken() - Method in interface org.eclipse.webdav.IContext
Returns the lock token for the resource, or null if it is not set.
getLockToken() - Method in class org.eclipse.webdav.internal.kernel.Context
Gets the lock token for the resource, or null if it is not set.
getLockTokenHrefs() - Method in class org.eclipse.webdav.dom.ActiveLock
Returns an Enumeration of Strings containing this activelock's lock token hrefs.
getMaxForwards() - Method in interface org.eclipse.webdav.IContext
Returns the integer value for the MAX_FORWARDS key.
getMaxForwards() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the integer value for the MAX_FORWARDS key.
getMaxRedirects() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the maximum number of URL location redirects.
getMaxRetries() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the maximum number of times a request is retried after an IOException occurs.
getMember(String) - Method in class org.eclipse.webdav.client.CollectionHandle
Return the locator of the member of this collection, with the given name.
getMembers() - Method in class org.eclipse.webdav.client.CollectionHandle
Return a set of handles representing the members of this collection.
getMessage() - Method in class org.eclipse.webdav.internal.kernel.Status
 
getMessageQop() - Method in class org.eclipse.webdav.internal.authentication.AuthenticationInfo
Returns the value of the qop parameter, or null if the parameter does not exist.
getMethod() - Method in class org.eclipse.webdav.http.client.Request
Returns the type of this request, for example: "PUT".
getMilliseconds() - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
getNamespaces(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the given element's namespace declarations.
getNamespaces(Element, Namespaces, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the given element's namespace declarations.
getNextNonce() - Method in class org.eclipse.webdav.internal.authentication.AuthenticationInfo
Returns the value of the nextnonce parameter, which must exist.
getNextSibling(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the next sibling element of the given element, or null if no such sibling exists.
getNextSibling(Element, String[]) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the first WebDAV sibling of the given element that has one of the given names, or null if no such sibling exists.
getNextSibling(Element, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the next WebDAV sibling of the given element that has the given name, or null if no such sibling exists.
getNonceCount() - Method in class org.eclipse.webdav.internal.authentication.AuthenticationInfo
Returns the value of the nc parameter, or null if the parameter does not exist.
getNSLocalName(String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the local part of the given name, or null if its name has no local part.
getNSLocalName(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the local part of the name of the given element, or null if its name has no local part.
getNSName(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the URL of the given element's namespace, or null if it has no namespace.
getNSName(String) - Method in class org.eclipse.webdav.dom.Namespaces
 
getNSPrefix(String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the namespace prefix part of the given name, or null if its name has no prefix.
getNSPrefix(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the namespace prefix part of the name of the given element, or null if its name has no prefix.
getNSPrefix(String) - Method in class org.eclipse.webdav.dom.Namespaces
 
getOrdered() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the ORDERED key.
getOrdered() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the ORDERED key.
getOriginServerUrls() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns an Enumeration over the origin server URLs known to this client.
getOutputStream() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns this connection's OutputStream.
getOverwrite() - Method in interface org.eclipse.webdav.IContext
Returns the flag that indicates if copy or move should overwrite an existing destination.
getOverwrite() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the flag that indicates if copy or move should overwrite an existing destination.
getOwner() - Method in class org.eclipse.webdav.dom.ActiveLock
Returns this activelock's owner, or null if this active lock has no owner.
getOwner() - Method in class org.eclipse.webdav.dom.LockInfo
Returns this lockinfo's owner, or null if this lockinfo has no owner.
getParent() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Returns a collection handle for the parent of this resource.
getParent(String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the parent URL of the given URL, or null if the given URL is the root.
getParent(URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns the parent URL of the given URL, or null if the given URL is the root.
getPassthrough() - Method in interface org.eclipse.webdav.IContext
Returns the boolean value for the PASSTHROUGH key.
getPassthrough() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the boolean value for the PASSTHROUGH key.
getPersistent() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns a boolean indicating whether this connection should remain open after each request.
getPosition() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the POSITION key.
getPosition() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the POSITION key.
getPragma() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the PRAGMA key.
getPragma() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the PRAGMA key.
getPrecondition() - Method in class org.eclipse.webdav.internal.kernel.Context
Get any precondition that must be true in order for method execution to be successful.
getProp() - Method in class org.eclipse.webdav.dom.PropFind
Returns this propfind's prop.
getProp() - Method in class org.eclipse.webdav.dom.PropStat
Returns this propstat's prop.
getProperties(String) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return a URLTable which contains all of this resources properties to the given depth.
getProperties(Collection, String) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Fetches and returns the specified properties for this resource and its children to the given depth.
getProperties() - Method in class org.eclipse.webdav.dom.Prop
Returns an Enumeration over this prop's property Elements.
getProperties() - Method in class org.eclipse.webdav.dom.PropertyBehavior
Returns an Enumeration over this propertybehavior's property hrefs.
getProperty(QualifiedName) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return the property status for the property with the given name.
getProperty() - Method in class org.eclipse.webdav.client.PropertyStatus
Return the requested property as an Element.
getProperty() - Method in class org.eclipse.webdav.dom.PropertyUpdate.Directive
Returns this editor's underlying element, which may be any generic element.
getPropertyName() - Method in class org.eclipse.webdav.client.PropertyStatus
Return the requested property's name.
getPropertyNames(String) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Fetch and return the property names for the resource, and the children resources to the specified depth.
getPropertyNames() - Method in class org.eclipse.webdav.dom.Prop
Returns an Enumeration over this prop's property QualifiedNames.
getPropStats() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns an Enumeration of this response's Propstats.
getProtectionSpace(URL) - Method in interface org.eclipse.webdav.http.client.IAuthenticator
Returns the protection space (realm) for the specified resource, or null if the realm is unknown.
getProxyAuthenticate() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the PROXY_AUTHENTICATE key.
getProxyAuthenticate() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the PROXY_AUTHENTICATE key.
getProxyAuthorization() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the PROXY_AUTHORIZATION key.
getProxyAuthorization() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the PROXY_AUTHORIZATION key.
getProxyServerExceptions() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns an Enumeration over this client's proxy server exception patterns.
getProxyServerUrl(URL) - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the URL of the proxy server that the origin server at the given URL uses, or null if no proxy server is used.
getProxyServerUrl() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the URL of the proxy server this connection uses to communicate with the origin server, or null if a proxy server is not used.
getPublicKey() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the PUBLIC_KEY key.
getPublicKey() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the PUBLIC_KEY key.
getQualifiedName(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns a qualified name that is formed from the given element's namespace name and namespace local name.
getQualifier() - Method in interface org.eclipse.webdav.dom.QualifiedName
Returns the qualifier part for this qualifed name, or null if none.
getQualifier() - Method in class org.eclipse.webdav.dom.QualifiedNameImpl
Returns the qualifier part for this qualifed name, or null if none.
getQualifier() - Method in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Returns the qualifier part for this qualifed name, or null if none.
getRange() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the RANGE key.
getRange() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the RANGE key.
getRealm() - Method in class org.eclipse.webdav.internal.authentication.AuthenticateChallenge
Returns the realm authentication parameter, which must exist.
getReceiveBufferSize() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
getReferer() - Method in interface org.eclipse.webdav.IContext
Returns the URI string of the resource from which the request was obtained.
getReferer() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the URI of the resource from which the request was obtained.
getRefTarget() - Method in interface org.eclipse.webdav.IContext
Returns the URI string for the REF_TARGET key.
getRefTarget() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the URI value for the REF_TARGET key.
getRequestBodyWriter() - Method in class org.eclipse.webdav.http.client.Request
Returns this request's request body writer, or null if this request does not have one.
getRequestHeaderFieldValue(String) - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the request header value associated with the given field name, or null if there is no such field name.
getRequestMethod() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the request method.
getResourceHandle(String) - Method in class org.eclipse.webdav.client.CollectionHandle
 
getResourceType() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the RESOURCE_TYPE key.
getResourceType() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the RESOURCE_TYPE key.
getResourceURI() - Method in class org.eclipse.webdav.internal.kernel.Condition
Get the URI of the associated Resource.
getResourceUrl() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the URL of this connection's resource.
getResourceUrl() - Method in class org.eclipse.webdav.http.client.Request
Returns the URL of this request's target resource.
getResourceURL() - Method in interface org.eclipse.webdav.ILocator
Returns a resource URL.
getResourceURL() - Method in class org.eclipse.webdav.internal.kernel.Locator
 
getResponseAuth() - Method in class org.eclipse.webdav.internal.authentication.AuthenticationInfo
Returns the value of the rspauth parameter, or null if the parameter does not exist.
getResponseDescription() - Method in class org.eclipse.webdav.dom.MultiStatus
Returns this multistatus' response description, or null if it has none.
getResponseDescription() - Method in class org.eclipse.webdav.dom.PropStat
Returns this propstat's response description.
getResponseDescription() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns this response's response description, or null if it has none.
getResponseHeaderFieldName(int) - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the response header field name at the given position, or null if there is no field name at that position.
getResponseHeaderFieldValue(int) - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the response header field value at the given position, or null if there is no value at that position.
getResponseHeaderFieldValue(String) - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the response header field value that is associated with the given field name, or null if there is no value associated with that field name.
getResponses() - Method in class org.eclipse.webdav.dom.MultiStatus
Returns an Enumeration over this multistatus' responses.
getRetryAfter() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the RETRY_AFTER key.
getRetryAfter() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the RETRY_AFTER key.
getRoot(String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the root URL of the given URL.
getRoot(URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns the root URL of the given URL.
getSegment() - Method in class org.eclipse.webdav.dom.Bindings.Binding
Return this binding's segment.
getSendBufferSize() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
getSendChunked() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns a boolean indicating whether the request's body should be sent chunked encoded.
getServer() - Method in interface org.eclipse.webdav.IContext
Returns information about the software used by the origin server to handle the request.
getServer() - Method in class org.eclipse.webdav.internal.kernel.Context
Get information about the software used by the origin server to handle the request.
getSetsAndRemoves() - Method in class org.eclipse.webdav.dom.PropertyUpdate
Returns an Enumeration over this propertyupdate's set and remove property elements.
getSibling(Element, String, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Deprecated.  
getSoLinger() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
getSoTimeout() - Method in class org.eclipse.webdav.http.client.HttpClient
Returns the socket read timeout (in milliseconds) for this client.
getSoTimeout() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
getStatus() - Method in class org.eclipse.webdav.dom.PropStat
Returns this propstat's status.
getStatus() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns this response's status.
getStatusCode() - Method in class org.eclipse.webdav.client.PropertyStatus
Return the status code that resulted from retrieving (or attempting to retrieve) this property status' property.
getStatusCode() - Method in class org.eclipse.webdav.dom.PropStat
Returns this propstat's status code.
getStatusCode() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns this response's status code.
getStatusCode() - Method in class org.eclipse.webdav.dom.Status
Returns this status' status code.
getStatusCode() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the status code of the server's response.
getStatusCode() - Method in class org.eclipse.webdav.http.client.Response
Returns this response's status code.
getStatusCode() - Method in class org.eclipse.webdav.internal.kernel.Response
Return the status code for this response.
getStatusCode() - Method in exception org.eclipse.webdav.internal.kernel.WebDAVException
Get the status code that provides additional information about the exception.
getStatusCode() - Method in interface org.eclipse.webdav.IResponse
Returns the HTTP response status code.
getStatusMessage() - Method in class org.eclipse.webdav.client.PropertyStatus
Return the status message that resulted from retrieving (or attempting to retrieve) this property status' property.
getStatusMessage() - Method in class org.eclipse.webdav.dom.Status
Returns this status' status message; for example, if the http status string was "HTTP/1.1 200 OK", the status message would be "OK".
getStatusMessage() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns the status message of the server's response.
getStatusMessage() - Method in class org.eclipse.webdav.http.client.Response
Returns this response's status message.
getStatusMessage() - Method in class org.eclipse.webdav.internal.kernel.Response
Return the status message for this response.
getStatusMessage() - Method in interface org.eclipse.webdav.IResponse
Returns the response status message.
getStatusURI() - Method in interface org.eclipse.webdav.IContext
Returns the URI string of the resource whose method is in process.
getStatusURI() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the String of the resource whose method is in process.
getSubtype() - Method in class org.eclipse.webdav.http.client.ContentType
Returns this content type's subtype.
getTcpNoDelay() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
getText(Element, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Deprecated.  
getTimeout() - Method in class org.eclipse.webdav.dom.ActiveLock
Returns this activelock's timeout, or null if this active lock has no timeout.
getTimeout() - Method in interface org.eclipse.webdav.IContext
Returns the lock timeout value.
getTimeout() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the lock timeout value.
getTimestamp() - Method in class org.eclipse.webdav.http.client.HttpConnection
Returns this connection's timestamp.
getToken() - Method in class org.eclipse.webdav.internal.kernel.LockToken
 
getTransferEncoding() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the TRANSFER_ENCODING key.
getTransferEncoding() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the TRANSFER_ENCODING key.
getTwin(Element, boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns the first WebDAV sibling of the given element that has the same name as the element, or null if no such sibling exists.
getType() - Method in class org.eclipse.webdav.http.client.ContentType
Returns this content type's type.
getUpgrade() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the UPGRADE key.
getUpgrade() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the UPGRADE key.
getURI() - Method in class org.eclipse.webdav.internal.kernel.StateToken
Get the URI of this StateToken.
getUserAgent() - Method in interface org.eclipse.webdav.IContext
Returns information about the user agent originating the request.
getUserAgent() - Method in class org.eclipse.webdav.internal.kernel.Context
Get information about the user agent originating the request.
getValue(String) - Method in class org.eclipse.webdav.http.client.ContentType
Returns the value of the given attribute for this content type.
getVary() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the VARY key.
getVary() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the VARY key.
getVersion() - Method in class org.eclipse.webdav.dom.Update
Returns this response's first DAV:version child element.
getVersionTree() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Retrieve the version tree infomration for the receiver, assuming that the receiver is a version or a version-controlled resource.
getVia() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the VIA key.
getVia() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the VIA key.
getWarning() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the WARNING key.
getWarning() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the WARNING key.
getWorkspaceCollections() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
 
getWorkspaceHandle(String) - Method in class org.eclipse.webdav.client.CollectionHandle
 
getWrappedException() - Method in exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Answer the receiver's field which holds onto the exception which the receiver wraps.
getWrappedException() - Method in exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Answer the receiver's field which holds onto the exception which the receiver wraps.
getWrappedException() - Method in exception org.eclipse.webdav.internal.kernel.SystemException
 
getWWWAuthenticate() - Method in interface org.eclipse.webdav.IContext
Returns the string value for the WWW_AUTHENTICATE key.
getWWWAuthenticate() - Method in class org.eclipse.webdav.internal.kernel.Context
Return the string value for the WWW_AUTHENTICATE key.
GONE - Static variable in class org.eclipse.webdav.internal.kernel.Status
 

H

hasChild(Element, QualifiedName) - Static method in class org.eclipse.webdav.dom.ElementEditor
 
hasDocumentBody - Variable in class org.eclipse.webdav.http.client.Response
 
hasDocumentBody() - Method in class org.eclipse.webdav.http.client.Response
Returns a boolean indicating whether this response has a body that can be marshaled to become a DOM Document.
hasDocumentBody() - Method in class org.eclipse.webdav.internal.kernel.Response
 
hasDocumentBody() - Method in interface org.eclipse.webdav.IResponse
Returns whether this response has an XML element as a body; this is the element that would be read if readDocumentBody() was called.
hashCode() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answers the hashcode of the receiver as defined by Object#hashCode().
hashCode() - Method in class org.eclipse.webdav.dom.QualifiedNameImpl
Returns the hash code for this qualified name.
hashCode() - Method in class org.eclipse.webdav.internal.kernel.Context.ContextKey
 
hashCode() - Method in class org.eclipse.webdav.internal.kernel.Locator
 
hashCode() - Method in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Returns the hash code for this qualified name.
hashCode() - Method in class org.eclipse.webdav.internal.kernel.Status
 
hasInputStream - Variable in class org.eclipse.webdav.http.client.Message
 
hasMoreElements() - Method in class org.eclipse.webdav.internal.kernel.utils.EmptyEnumeration
 
hasMoreElements() - Method in class org.eclipse.webdav.internal.kernel.utils.EnumerationConverter
 
hasMoreElements() - Method in class org.eclipse.webdav.internal.kernel.utils.EnumerationFilter
 
hasMoreElements() - Method in class org.eclipse.webdav.internal.kernel.utils.ExcludingEnumeration
 
hasMoreElements() - Method in class org.eclipse.webdav.internal.kernel.utils.MergedEnumeration
 
head() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return the header from a message send to the server.
head(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
head(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
head(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Returns the message headers from a message send to the server.
HexConverter - Class in org.eclipse.webdav.internal.authentication
This class provides a function that converts byte arrays to their equivalent hexadecimal string.
HexConverter() - Constructor for class org.eclipse.webdav.internal.authentication.HexConverter
 
HOST - Variable in class org.eclipse.webdav.internal.kernel.Context
 
HrefSet - Class in org.eclipse.webdav.dom
An element editor for sets of hrefs, for example, the WebDAV predecessor-set element.
HrefSet(Element, QualifiedName) - Constructor for class org.eclipse.webdav.dom.HrefSet
Creates a new editor on the given href set element with the given name.
HTTP_ACCEPTED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_BAD_GATEWAY - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_BAD_REQUEST - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_CONFLICT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_CONTINUE - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_CREATED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_EXPECTATION_FAILED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_FORBIDDEN - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_GATEWAY_TIMEOUT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_GONE - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_INTERNAL_SERVER_ERROR - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_LENGTH_REQUIRED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_METHOD_NOT_ALLOWED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_MOVED_PERMANENTLY - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_MOVED_TEMPORARILY - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_MULTIPLE_CHOICES - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_NO_CONTENT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_NOT_ACCEPTABLE - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_NOT_FOUND - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_NOT_IMPLEMENTED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_NOT_MODIFIED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_OK - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_PARTIAL_CONTENT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_PAYMENT_REQUIRED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_PRECONDITION_FAILED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_REQUEST_TIMEOUT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_REQUEST_TOO_LONG - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_REQUEST_URI_TOO_LONG - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_RESET_CONTENT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_SEE_OTHER - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_SERVICE_UNAVAILABLE - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_SWITCHING_PROTOCOLS - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_TEMPORARY_REDIRECT - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_UNAUTHORIZED - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_USE_PROXY - Static variable in interface org.eclipse.webdav.http.client.IStatusCodes
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
httpClient - Variable in class org.eclipse.webdav.client.RemoteDAVClient
 
HttpClient - Class in org.eclipse.webdav.http.client
An HTTP 1.0 or 1.1 client.
HttpClient() - Constructor for class org.eclipse.webdav.http.client.HttpClient
Creates a new HttpClient.
HttpClient.ConnectionsRecycler - Class in org.eclipse.webdav.http.client
The ConnectionsRecycler manages a collection of persistent HttpConnections.
HttpClient.ConnectionsRecycler(String) - Constructor for class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
Creates a new ConnectionsRecycler with the given name.
HttpConnection - Class in org.eclipse.webdav.http.client
A connection to an HTTP/1.0 or HTTP/1.1 compatable server.
HttpConnection(URL) - Constructor for class org.eclipse.webdav.http.client.HttpConnection
Creates a new connection on the specified resource.
HttpConnection(URL, URL) - Constructor for class org.eclipse.webdav.http.client.HttpConnection
Creates a new connection on the specified resource.
HttpConnection.Header - Class in org.eclipse.webdav.http.client
A request or response header.
HttpConnection.Header() - Constructor for class org.eclipse.webdav.http.client.HttpConnection.Header
 

I

IAuthenticator - Interface in org.eclipse.webdav.http.client
Implementations of this interface are used by clients to store and retrieve information for authentication purposes.
IContext - Interface in org.eclipse.webdav
The IContext interface provides access methods for most HTTP and WebDAV message header fields.
IContextFactory - Interface in org.eclipse.webdav
Factory for constructing WebDAV contexts.
IDocumentFactory - Interface in org.eclipse.webdav.internal.kernel
 
IDocumentMarshaler - Interface in org.eclipse.webdav.internal.kernel
 
IF - Variable in class org.eclipse.webdav.internal.kernel.Context
 
IF_MATCH - Variable in class org.eclipse.webdav.internal.kernel.Context
 
IF_MODIFIED_SINCE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
IF_NONE_MATCH - Variable in class org.eclipse.webdav.internal.kernel.Context
 
IF_RANGE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
IF_UNMODIFIED_SINCE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ILocator - Interface in org.eclipse.webdav
Locators encapsulate a resource URL, whether it is a stable URL (such as a version URL) or a dynamic URL, and optional label selector.
ILocatorFactory - Interface in org.eclipse.webdav
Factory for constructing resource locators.
inputRead - Variable in class org.eclipse.webdav.http.client.Message
 
insertBefore(Element, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and inserts it before the given sibling.
insertBefore(Element, String, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and inserts it before the given sibling.
insertHrefAfter(String, String) - Method in class org.eclipse.webdav.dom.HrefSet
Inserts the given newHref after the given refHref in the set of hrefs.
insertHrefBefore(String, String) - Method in class org.eclipse.webdav.dom.HrefSet
Inserts the given newHref before the given refHref in the set of hrefs.
INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
INTERNAL_SERVER_ERROR - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
internalHeader - Variable in class org.eclipse.webdav.http.client.HttpConnection
 
InvalidPropertyNameException - Exception in org.eclipse.webdav.internal.kernel
When thrown, this class signals that the property name string provided was not legal based on the definition provided in the documentation of the PropertyName(String) constructor.
InvalidPropertyNameException() - Constructor for exception org.eclipse.webdav.internal.kernel.InvalidPropertyNameException
Construct an InvalidPropertyNameException object.
InvalidPropertyNameException(String) - Constructor for exception org.eclipse.webdav.internal.kernel.InvalidPropertyNameException
InvalidPropertyNameException constructor comment.
invoke(Request) - Method in class org.eclipse.webdav.http.client.HttpClient
Sends the given request to the server and returns the server's response.
IRequestBodyWriter - Interface in org.eclipse.webdav.http.client
An object writer for Requests whose body is in object form and shouldn't be flattened until an output stream is available.
IResponse - Interface in org.eclipse.webdav
Represents a response from a WebDAV server.
is - Variable in class org.eclipse.webdav.http.client.Message
 
isActivity() - Method in class org.eclipse.webdav.client.ResourceHandle
Check to see if the resource is an activity resource.
isAdd() - Method in class org.eclipse.webdav.dom.Label
 
isAllProp() - Method in class org.eclipse.webdav.dom.PropFind
Returns true iff this propfind is in the "all prop" form.
isBaseline() - Method in class org.eclipse.webdav.client.ResourceHandle
Check to see if the resource is a baseline resource.
isCheckedIn() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check to see if the resource is checked in (i.e., is an immutable resource).
isCheckedOut() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check to see if the resource is checked-out.
isCollection() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return a boolean value indicating whether or not this resource is a collection.
isDAVElement(Node) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns a boolean indicating whether or not the given node is a WebDAV element.
isDAVElement(Node, String) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns a boolean indicating whether or not the given node is a WebDAV element with the given name.
isDuplicate(String) - Method in class org.eclipse.webdav.dom.HrefSet
 
isElement(Node) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns a boolean indicating whether or not the given node is an element.
IServer - Interface in org.eclipse.webdav
Represents a WebDAV server API.
IServerFactory - Interface in org.eclipse.webdav
Factory for constructing WebDAV servers.
isKeepAllAlive() - Method in class org.eclipse.webdav.dom.PropertyBehavior
Returns true if this propertybehavior is in the "keep all alive" form, otherwise, returns false.
isLegal(boolean) - Static method in class org.eclipse.webdav.internal.kernel.utils.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.webdav.internal.kernel.utils.Assert
Asserts that an argument is legal.
isLocked() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return a boolean value indicating whether or not this resource is currently locked.
isNotNull(Object) - Static method in class org.eclipse.webdav.internal.kernel.utils.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.webdav.internal.kernel.utils.Assert
Asserts that the given object is not null.
ISO_8601_MILLIS_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
ISO_8601_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
ISO_8601_UTC_MILLIS_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
ISO_8601_UTC_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
ISocketFactory - Interface in org.eclipse.webdav.http.client
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
isOmit() - Method in class org.eclipse.webdav.dom.PropertyBehavior
Returns true if this propertybehavior is in the "omit" form, otherwise, returns false.
isProp() - Method in class org.eclipse.webdav.dom.PropFind
Returns true iff this propfind is in the "prop" form.
isPropName() - Method in class org.eclipse.webdav.dom.PropFind
Returns true iff this propfind is in the "prop name" form.
isPropStat() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns true if this response is in "propstat" form and false if it is in "status" form.
isRemove() - Method in class org.eclipse.webdav.dom.Label
 
isRemove() - Method in class org.eclipse.webdav.dom.PropertyUpdate.Directive
Returns true if this directive's property decends from a WebDAV remove element and false if it decends from a WebDAV set element.
isSet() - Method in class org.eclipse.webdav.dom.Label
 
isSet() - Method in class org.eclipse.webdav.dom.PropertyUpdate.Directive
Returns true if this directive's property decends from a WebDAV set element and false if it decends from a WebDAV remove element.
isShared() - Method in class org.eclipse.webdav.dom.ActiveLock
Returns true if this activelock is shared, or false if it is exclusive.
isShared() - Method in class org.eclipse.webdav.dom.LockEntry
Returns true if this lockentry is shared and false if it is exclusive.
isShared() - Method in class org.eclipse.webdav.dom.LockInfo
Returns true if this lockinfo is shared and false if it is exclusive.
isStable() - Method in interface org.eclipse.webdav.ILocator
Returns whether the resource URL of this locator is stable.
isStable - Variable in class org.eclipse.webdav.internal.kernel.Locator
 
isStable() - Method in class org.eclipse.webdav.internal.kernel.Locator
 
isStatus() - Method in class org.eclipse.webdav.dom.ResponseBody
Returns true if this response is in "status" form and false if it is in "propstat" form.
IStatusCodes - Interface in org.eclipse.webdav.http.client
HTTP status codes.
isText(Node) - Static method in class org.eclipse.webdav.dom.ElementEditor
Returns a boolean indicating whether or not the given node is a text node.
isTrue(boolean) - Static method in class org.eclipse.webdav.internal.kernel.utils.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.webdav.internal.kernel.utils.Assert
Asserts that the given boolean is true.
isVersion() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check to see if the resource is a version.
isVersion() - Method in class org.eclipse.webdav.dom.Update
 
isVersionControlled() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check to see if the resource is under version control.
isVersionControlledConfiguration() - Method in class org.eclipse.webdav.client.ResourceHandle
Check to see if the resource is a version-controlled configuration resource.
isVersionHistory() - Method in class org.eclipse.webdav.client.ResourceHandle
Check to see if the resource is a version history resource.
isWeak() - Method in class org.eclipse.webdav.internal.kernel.EntityTag
Is this a weak EntityTag?
isWorkingResource() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check to see if the resource is a working resource.
isWorkspace() - Method in class org.eclipse.webdav.client.CollectionHandle
Check to see if the receiver is a workspace resource.

K

key - Variable in class org.eclipse.webdav.internal.kernel.Context.ContextKey
 
keys() - Method in class org.eclipse.webdav.client.URLTable
Returns an Enumeration over the keys in this URLTable.
keys() - Method in interface org.eclipse.webdav.IContext
Returns keys of the context, as an enumeration
keys() - Method in class org.eclipse.webdav.internal.kernel.Context
Return an enumeration over the context's keys.
keys() - Method in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Return an enumeration over the context's keys.

L

label(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
label(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
Label - Class in org.eclipse.webdav.dom
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Label(Element) - Constructor for class org.eclipse.webdav.dom.Label
 
LABEL - Variable in class org.eclipse.webdav.internal.kernel.Context
 
label - Variable in class org.eclipse.webdav.internal.kernel.Locator
 
label(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the LABEL method defined in the WebDAV Versioning Specification.
LAST_MODIFIED - Variable in class org.eclipse.webdav.internal.kernel.Context
 
length() - Method in class org.eclipse.webdav.http.client.RequestInputStream
Returns the length of the stream, or -1 if the length of the stream is unknown.
LENGTH_REQUIRED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
LocalDAVClient - Class in org.eclipse.webdav.client
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
LocalDAVClient(LocalDAVClient) - Constructor for class org.eclipse.webdav.client.LocalDAVClient
Creates a new local DAV client from a clone of the given local DAV client.
LocalDAVClient(WebDAVFactory, IServer) - Constructor for class org.eclipse.webdav.client.LocalDAVClient
Creates a new local DAV client that talks to the server at the specified origin.
localName - Variable in class org.eclipse.webdav.dom.QualifiedNameImpl
Local name part.
localName - Variable in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Local name part.
localValues - Variable in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
 
LOCATION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
locator - Variable in class org.eclipse.webdav.client.AbstractResourceHandle
 
Locator - Class in org.eclipse.webdav.internal.kernel
A LocatorImpl uniquely identifies a DAV a resource.
Locator(String, String) - Constructor for class org.eclipse.webdav.internal.kernel.Locator
 
locatorFactory - Static variable in class org.eclipse.webdav.client.WebDAVFactory
 
LocatorFactory - Class in org.eclipse.webdav.internal.kernel
 
LocatorFactory() - Constructor for class org.eclipse.webdav.internal.kernel.LocatorFactory
 
lock() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Lock this resource with default values.
lock(boolean, String, int, String) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Lock this resource using the specified parameters.
lock(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
lock(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
lock(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Locks the resource with the given locator.
LOCK_TOKEN - Variable in class org.eclipse.webdav.internal.kernel.Context
 
LockDiscovery - Class in org.eclipse.webdav.dom
An element editor for the WebDAV lockdiscovery element.
LockDiscovery(Element) - Constructor for class org.eclipse.webdav.dom.LockDiscovery
Creates a new editor on the given WebDAV lockdiscovery element.
LOCKED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
LockEntry - Class in org.eclipse.webdav.dom
An element editor for the WebDAV lockentry element.
LockEntry(Element) - Constructor for class org.eclipse.webdav.dom.LockEntry
Creates a new editor on the given WebDAV lockentry element.
LockInfo - Class in org.eclipse.webdav.dom
An element editor for the WebDAV lockinfo element.
LockInfo(Element) - Constructor for class org.eclipse.webdav.dom.LockInfo
Creates a new editor on the given WebDAV lockinfo element.
LockToken - Class in org.eclipse.webdav.internal.kernel
 
LockToken(String) - Constructor for class org.eclipse.webdav.internal.kernel.LockToken
 
LOOP_DETECTED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 

M

makeNSStandalone(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
 
MalformedElementException - Exception in org.eclipse.webdav.dom
MalformedElementException is a checked exception thrown when a malformed element is encountered.
MalformedElementException() - Constructor for exception org.eclipse.webdav.dom.MalformedElementException
Constructs a new exception.
MalformedElementException(String) - Constructor for exception org.eclipse.webdav.dom.MalformedElementException
Constructs a new exception with the given message.
markStable() - Method in class org.eclipse.webdav.internal.kernel.Locator
 
match(char) - Method in class org.eclipse.webdav.internal.authentication.Parser
Skips the next character in s if it matches c, otherwise a ParserException is thrown.
matches(Condition) - Method in class org.eclipse.webdav.internal.kernel.Condition
See if this Condition matches the given Condition.
matches(ConditionTerm) - Method in class org.eclipse.webdav.internal.kernel.ConditionTerm
See if this ConditionTerm matches the given ConditionTerm.
matches(Condition) - Method in class org.eclipse.webdav.internal.kernel.Precondition
See if this Precondition contains a matching Condition.
MAX_FORWARDS - Variable in class org.eclipse.webdav.internal.kernel.Context
 
md5(String) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Computes the MD5 hash value of the given String and returns the result as a HEX String.
md5(Request) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Computes the MD5 hash value of the body of the given request and returns the result as a HEX String.
merge(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
merge(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
merge(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the MERGE method defined in the WebDAV Versioning Specification.
MergedEnumeration - Class in org.eclipse.webdav.internal.kernel.utils
 
MergedEnumeration(Enumeration, Enumeration) - Constructor for class org.eclipse.webdav.internal.kernel.utils.MergedEnumeration
MergedEnumeration constructor comment.
Message - Class in org.eclipse.webdav.http.client
A common superclass for HTTP messages.
Message(IContext, InputStream) - Constructor for class org.eclipse.webdav.http.client.Message
Creates a message.
Message - Class in org.eclipse.webdav.internal.kernel
The Message class represents a basic message that has a context and a body.
Message() - Constructor for class org.eclipse.webdav.internal.kernel.Message
Default constructor for the class.
message - Variable in class org.eclipse.webdav.internal.kernel.Status
 
METHOD_NOT_ALLOWED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
mkactivity(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
mkactivity(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
mkactivity(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Creates an activity as specified by the given locator.
mkcol(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
mkcol(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
mkcol(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Creates the collection specified by the given locator.
mkdirs() - Method in class org.eclipse.webdav.client.CollectionHandle
Create the receiver and any parent collections that must be created on the path to the receiver.
mkdirs(CollectionHandle) - Method in class org.eclipse.webdav.client.CollectionHandle
 
mkworkspace(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
mkworkspace(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
Mkworkspace - Class in org.eclipse.webdav.dom
The mkworkspace element editor is simple since it is a placeholder for future enhancements and implementation specific arguments.
Mkworkspace(Element) - Constructor for class org.eclipse.webdav.dom.Mkworkspace
Mkworkspace constructor.
mkworkspace(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Creates a workspace as specified by the given locator.
move(ILocator) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Move this resource to the destination specified by the given locator.
move(ILocator, boolean, Enumeration) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Move this resource to the location specified by the given locator.
move(ILocator, ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
move(ILocator, ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
move(ILocator, ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Moves the resource with the given source locator, to the specified destination.
MOVED_PERMANENTLY - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
MOVED_TEMPORARILY - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
MULTI_STATUS - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
MULTIPLE_CHOICES - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
MultiStatus - Class in org.eclipse.webdav.dom
An element editor for the WebDAV multistatus element.
MultiStatus(Element) - Constructor for class org.eclipse.webdav.dom.MultiStatus
Creates a new editor on the given WebDAV multistatus element.

N

Namespaces - Class in org.eclipse.webdav.dom
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Namespaces() - Constructor for class org.eclipse.webdav.dom.Namespaces
 
Namespaces(Namespaces) - Constructor for class org.eclipse.webdav.dom.Namespaces
 
NestedHashtable - Class in org.eclipse.webdav.internal.kernel.utils
 
NestedHashtable() - Constructor for class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
 
NestedHashtable(NestedHashtable) - Constructor for class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Constructor for the class.
newContext() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answer a new empty context for requests sent to the receivers server.
newContext(IContext, ILocator) - Method in class org.eclipse.webdav.client.DAVClient
Returns a new context that is based on the given context.
newContext() - Method in class org.eclipse.webdav.client.WebDAVFactory
 
newContext(IContext) - Method in class org.eclipse.webdav.client.WebDAVFactory
 
newContext() - Method in interface org.eclipse.webdav.IContextFactory
Create a new empty context.
newContext(IContext) - Method in interface org.eclipse.webdav.IContextFactory
Creates a new context based on the given context.
newContext() - Method in class org.eclipse.webdav.internal.kernel.ContextFactory
 
newContext(IContext) - Method in class org.eclipse.webdav.internal.kernel.ContextFactory
 
newDAVElement(QualifiedName) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
 
newDAVElementSet(QualifiedName, QualifiedName, Enumeration) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
Answer a DOM Element that represents a set of String.
newDAVProperty(QualifiedName, String) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
 
newDAVProperty(QualifiedName, Element) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
 
newDAVTextElement(QualifiedName, String) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
 
newDocument() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Answer a new empty DOM Document suitable for creating requests to the receiver's server.
newDocument() - Method in class org.eclipse.webdav.client.WebDAVFactory
 
newDocument() - Method in class org.eclipse.webdav.internal.kernel.DocumentFactory
 
newDocument() - Method in interface org.eclipse.webdav.internal.kernel.IDocumentFactory
 
newLocator(String) - Method in class org.eclipse.webdav.client.WebDAVFactory
 
newLocator(String, String) - Method in class org.eclipse.webdav.client.WebDAVFactory
Answer a new resource locator that identifies a particular server resource by it's URL and label.
newLocator(String) - Method in interface org.eclipse.webdav.ILocatorFactory
Returns a locator with the given resource URL that (implicitly) uses the standard way of resolving resource URLs.
newLocator(String, String) - Method in interface org.eclipse.webdav.ILocatorFactory
Returns a locator with the given resource URL and label.
newLocator(String) - Method in class org.eclipse.webdav.internal.kernel.LocatorFactory
 
newLocator(String, String) - Method in class org.eclipse.webdav.internal.kernel.LocatorFactory
Deprecated. -- not really deprecated, just a warning the second argument used to be the workspace URL but is now a version label!
newQualifiedName(String, String) - Method in class org.eclipse.webdav.client.WebDAVFactory
 
newServer(String) - Method in interface org.eclipse.webdav.IServerFactory
Returns a new server for the WebDAV server with the given URL.
newStableLocator(String) - Method in class org.eclipse.webdav.client.WebDAVFactory
 
newStableLocator(String) - Method in interface org.eclipse.webdav.ILocatorFactory
Returns a locator given a stable resource URL.
newStableLocator(String) - Method in class org.eclipse.webdav.internal.kernel.LocatorFactory
 
newTextElement(String, String) - Method in class org.eclipse.webdav.internal.kernel.ElementHelper
 
next - Variable in class org.eclipse.webdav.internal.kernel.utils.ExcludingEnumeration
 
nextElement() - Method in class org.eclipse.webdav.internal.kernel.Context.ContextKeyToStringEnum
 
nextElement() - Method in class org.eclipse.webdav.internal.kernel.utils.EmptyEnumeration
 
nextElement() - Method in class org.eclipse.webdav.internal.kernel.utils.EnumerationConverter
 
nextElement() - Method in class org.eclipse.webdav.internal.kernel.utils.EnumerationFilter
 
nextElement() - Method in class org.eclipse.webdav.internal.kernel.utils.ExcludingEnumeration
 
nextElement() - Method in class org.eclipse.webdav.internal.kernel.utils.MergedEnumeration
 
nextQuotedString() - Method in class org.eclipse.webdav.internal.authentication.Parser
Returns the next quoted string is s (quotes included).
nextToken() - Method in class org.eclipse.webdav.internal.authentication.Parser
Returns the next token in s.
NO_CACHE - Static variable in interface org.eclipse.webdav.IContext
Constant used in the Cache-Control header indicating that clients and proxies MUST not cache the response of a method since it has non-idempotent semantics.
NO_CONTENT - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
NO_EXPIRY_LOCK - Static variable in interface org.eclipse.webdav.IContext
Constant indicating an indefinite timeout period.
nodeFactory - Variable in class org.eclipse.webdav.internal.kernel.ElementHelper
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
not() - Method in class org.eclipse.webdav.internal.kernel.ConditionFactor
Negate the comparison on this ConditionFactor?
NOT_ACCEPTABLE - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
NOT_FOUND - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
NOT_IMPLEMENTED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
NOT_MODIFIED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
NS_SEPARATOR - Static variable in class org.eclipse.webdav.internal.kernel.ElementHelper
 
numberOfFactors() - Method in class org.eclipse.webdav.internal.kernel.ConditionTerm
Get the number of ConditionFactors in this ConditionTerm.

O

OK - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
options(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
options(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
options(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Performs an options call to the server.
ORDERED - Variable in class org.eclipse.webdav.internal.kernel.Context
 
org.eclipse.webdav - package org.eclipse.webdav
Provides infrastructure objects for communicating with WebDAV/HTTP servers.
org.eclipse.webdav.client - package org.eclipse.webdav.client
Provides support for the WebDAV protocol.
org.eclipse.webdav.dom - package org.eclipse.webdav.dom
Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers.
org.eclipse.webdav.http.client - package org.eclipse.webdav.http.client
Provides support for the HTTP protocol.
org.eclipse.webdav.internal.authentication - package org.eclipse.webdav.internal.authentication
 
org.eclipse.webdav.internal.kernel - package org.eclipse.webdav.internal.kernel
 
org.eclipse.webdav.internal.kernel.utils - package org.eclipse.webdav.internal.kernel.utils
 
org.eclipse.webdav.internal.utils - package org.eclipse.webdav.internal.utils
 
output(OutputStream, String) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
OVERWRITE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
Owner - Class in org.eclipse.webdav.dom
An element editor for the WebDAV owner element.
Owner(Element) - Constructor for class org.eclipse.webdav.dom.Owner
Creates a new editor on the given WebDAV owner element.

P

parse(Reader) - Method in class org.eclipse.webdav.internal.kernel.DocumentMarshaler
 
parse(Reader) - Method in interface org.eclipse.webdav.internal.kernel.IDocumentMarshaler
 
Parser - Class in org.eclipse.webdav.internal.authentication
A simple parser that is mainly used to parse HTTP header fields.
Parser(String) - Constructor for class org.eclipse.webdav.internal.authentication.Parser
Creates a new parser on the given string.
ParserException - Exception in org.eclipse.webdav.internal.authentication
A ParserException is thrown by the Parser when there is a problem parsing a String.
ParserException() - Constructor for exception org.eclipse.webdav.internal.authentication.ParserException
Creates a new ParserException.
ParserException(String) - Constructor for exception org.eclipse.webdav.internal.authentication.ParserException
Creates a new ParserException with the given message.
PARTIAL_CONTENT - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
PASSTHROUGH - Variable in class org.eclipse.webdav.internal.kernel.Context
 
PAYMENT_REQUIRED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
Policy - Class in org.eclipse.webdav.client
 
Policy() - Constructor for class org.eclipse.webdav.client.Policy
 
Policy - Class in org.eclipse.webdav.internal.kernel
 
Policy() - Constructor for class org.eclipse.webdav.internal.kernel.Policy
 
Policy - Class in org.eclipse.webdav
 
Policy() - Constructor for class org.eclipse.webdav.Policy
 
pos - Variable in class org.eclipse.webdav.internal.authentication.Parser
The index of the next character in s to be parsed.
POSITION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
post(ILocator, IContext, InputStream) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
post(ILocator, IContext, InputStream) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
post(ILocator, IContext, InputStream) - Method in interface org.eclipse.webdav.IServer
Corresponds to the POST method as defined by the HTTP/1.1 specification.
PRAGMA - Variable in class org.eclipse.webdav.internal.kernel.Context
 
Precondition - Class in org.eclipse.webdav.internal.kernel
A Precondition represents some condition or collection of conditions representing states of a resource.
Precondition() - Constructor for class org.eclipse.webdav.internal.kernel.Precondition
Construct an empty Precondition.
Precondition(String) - Constructor for class org.eclipse.webdav.internal.kernel.Precondition
Construct a Precondition by parsing the given If header as defined by section 8.4 in the WebDAV spec.
PRECONDITION_FAILED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
print(Document, Writer, String) - Method in class org.eclipse.webdav.internal.kernel.DocumentMarshaler
 
print(Document, Writer, String) - Method in interface org.eclipse.webdav.internal.kernel.IDocumentMarshaler
 
printStackTrace() - Method in exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
If the receiver wraps an exception, then ask the exception to print out a stack trace to the system output.
printStackTrace() - Method in exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
If the receiver wraps an exception, then ask the exception to print out a stack trace to the system output.
PROCESSING - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
Prop - Class in org.eclipse.webdav.dom
An element editor for the WebDAV prop element.
Prop(Element) - Constructor for class org.eclipse.webdav.dom.Prop
Creates a new editor on the given WebDAV prop element.
properties - Variable in class org.eclipse.webdav.internal.kernel.Context
 
Property - Class in org.eclipse.webdav.dom
An element editor that is the superclass of all WebDAV property elements.
Property(Element, String) - Constructor for class org.eclipse.webdav.dom.Property
Creates a new editor on the given property element.
PropertyBehavior - Class in org.eclipse.webdav.dom
An element editor for the WebDAV propertybehavior element.
PropertyBehavior(Element) - Constructor for class org.eclipse.webdav.dom.PropertyBehavior
Creates a new editor on the given WebDAV propertybehavior element.
propertyHasChild(QualifiedName, QualifiedName) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
This is a helper method to check to see if the resource has a property with the given name that in turn has a child with a given name.
PropertyStatus - Class in org.eclipse.webdav.client
A PropertyStatus holds the WebDAV server's response from a client's request to retrieve a particular property.
PropertyStatus(Element, int, String) - Constructor for class org.eclipse.webdav.client.PropertyStatus
Create a new property status from the given property and the specified status.
PropertyUpdate - Class in org.eclipse.webdav.dom
An element editor for the WebDAV propertyupdate element.
PropertyUpdate(Element) - Constructor for class org.eclipse.webdav.dom.PropertyUpdate
Creates a new editor on the given WebDAV propertyupdate element.
PropertyUpdate.Directive - Class in org.eclipse.webdav.dom
An editor for a generic element that is a child of a WebDAV prop element, which, in turn, is a child of a WebDAV set or remove element.
PropertyUpdate.Directive(Element) - Constructor for class org.eclipse.webdav.dom.PropertyUpdate.Directive
Creates a new editor on the given element.
propfind(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
propfind(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
PropFind - Class in org.eclipse.webdav.dom
An element editor for the WebDAV propfind element.
PropFind(Element) - Constructor for class org.eclipse.webdav.dom.PropFind
Creates a new editor on the given WebDAV propfind element.
propfind(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Performs a property find on the server.
proppatch(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
proppatch(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
proppatch(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Performs a property patch call on the server.
PropStat - Class in org.eclipse.webdav.dom
An element editor for the WebDAV propstat element.
PropStat(Element) - Constructor for class org.eclipse.webdav.dom.PropStat
Creates a new editor on the given WebDAV propstat element.
protectedCheckIn() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check in the receiver and answer a new Locator on the resulting version resource.
protectedCheckOut() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check out the receiver and answer a new Locator on the resulting checked out resource.
PROXY_AUTHENTICATE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
PROXY_AUTHORIZATION - Variable in class org.eclipse.webdav.internal.kernel.Context
 
PUBLIC - Variable in class org.eclipse.webdav.internal.kernel.Context
 
put(ILocator, IContext, InputStream) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
put(ILocator, IContext, InputStream) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
put(String, Object) - Method in class org.eclipse.webdav.client.URLTable
Maps the given URL to the given value in this table.
put(URL, Object) - Method in class org.eclipse.webdav.client.URLTable
Maps the given URL to the given value in this table.
put(String, String) - Method in interface org.eclipse.webdav.IContext
Adds or replaces the given key-value pair into the context.
put(String, String) - Method in class org.eclipse.webdav.internal.kernel.Context
Put the given key-value pair into the context.
put(Object, Object) - Method in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Put the given key-value pair into the context.
put(ILocator, IContext, InputStream) - Method in interface org.eclipse.webdav.IServer
Puts the given contents onto the server into the specified location.
putBuffer(byte[]) - Method in class org.eclipse.webdav.http.client.BufferPool
Puts the given buffer into the pool for future use.
putConnection(HttpConnection) - Method in class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
Marks the given connection that is in use as unused.
putNSName(String, String) - Method in class org.eclipse.webdav.dom.Namespaces
 
putNSPrefix(String, String) - Method in class org.eclipse.webdav.dom.Namespaces
 

Q

QualifiedName - Interface in org.eclipse.webdav.dom
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
QualifiedNameImpl - Class in org.eclipse.webdav.dom
Qualified names are two-part names: qualifier and local name.
QualifiedNameImpl(String, String) - Constructor for class org.eclipse.webdav.dom.QualifiedNameImpl
Creates and returns a new qualified name with the given qualifier and local name.
QualifiedNameImpl - Class in org.eclipse.webdav.internal.kernel
Qualified names are two-part names: qualifier and local name.
QualifiedNameImpl(String, String) - Constructor for class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Creates and returns a new qualified name with the given qualifier and local name.
qualifier - Variable in class org.eclipse.webdav.dom.QualifiedNameImpl
Qualifier part (potentially null).
qualifier - Variable in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Qualifier part (potentially null).

R

RANGE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
read() - Method in class org.eclipse.webdav.http.client.RequestInputStream
 
read(byte[], int, int) - Method in class org.eclipse.webdav.http.client.RequestInputStream
 
readHeader(HttpConnection.Header) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
readln() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
readServerResponse() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
RedirectionException - Exception in org.eclipse.webdav.internal.kernel
Represents exceptions that require further action by the user agent in order to fulfill the request.
RedirectionException(int, String) - Constructor for exception org.eclipse.webdav.internal.kernel.RedirectionException
Construct a RedirectionException with a status code and simple message.
RedirectionException(int, String, Object) - Constructor for exception org.eclipse.webdav.internal.kernel.RedirectionException
Construct a RedirectionException with a status code and simple message.
reduceNS(Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Removes redundant namespace declarations from this element and all its children to maximum depth.
reduceNS(Node, Namespaces) - Static method in class org.eclipse.webdav.dom.ElementEditor
Removes redundant namespace declarations from the given node and all its children to maximum depth.
REF_TARGET - Variable in class org.eclipse.webdav.internal.kernel.Context
 
REFERER - Variable in class org.eclipse.webdav.internal.kernel.Context
 
refreshLock(LockToken, int) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Refresh the lock on this resource with the given lock token.
RemoteDAVClient - Class in org.eclipse.webdav.client
The ServerProxy class implements the IServer interface and represents a client's local proxy to a remote server.
RemoteDAVClient(RemoteDAVClient) - Constructor for class org.eclipse.webdav.client.RemoteDAVClient
Creates a new remote DAV client from a clone of the given remote DAV client.
RemoteDAVClient(WebDAVFactory, HttpClient) - Constructor for class org.eclipse.webdav.client.RemoteDAVClient
Creates a new remote DAV client.
remove(String) - Method in class org.eclipse.webdav.client.URLTable
 
remove(URL) - Method in class org.eclipse.webdav.client.URLTable
 
remove(Object) - Method in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Remove the given key from the context
removeHref(String) - Method in class org.eclipse.webdav.dom.HrefSet
Remove the given href from the set of hrefs.
removeKey(String) - Method in interface org.eclipse.webdav.IContext
Removes the given key from this context.
removeKey(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Remove the given key from the context
removeProperties(Collection) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Remove the properties with the given names, from this resource.
removeProperty(QualifiedName) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Remove the property with the given name from this resource.
removeProxyServerException(String) - Method in class org.eclipse.webdav.http.client.HttpClient
Removes the given proxy server exception pattern from this client.
removeTrailingSlash(String) - Static method in class org.eclipse.webdav.client.URLTool
Returns the given URL with its trailing slash removed.
removeTrailingSlash(URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns the given URL with its trailing slash removed.
report(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
report(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
report(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the REPORT method defined in the WebDAV Versioning Specification.
Request - Class in org.eclipse.webdav.http.client
An HTTP request message.
Request(String, URL, IContext) - Constructor for class org.eclipse.webdav.http.client.Request
Creates a request.
Request(String, URL, IContext, InputStream) - Constructor for class org.eclipse.webdav.http.client.Request
Creates a request.
Request(String, URL, IContext, IRequestBodyWriter) - Constructor for class org.eclipse.webdav.http.client.Request
Creates a request.
REQUEST_TIMEOUT - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
REQUEST_TOO_LONG - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
REQUEST_URI_TOO_LONG - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
requestAuthenticationInfo(URL, String, String) - Method in interface org.eclipse.webdav.http.client.IAuthenticator
Returns the authentication information for the specified protection space and given authentication scheme.
RequestBodyWriter - Class in org.eclipse.webdav.client
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RequestBodyWriter(Document, String) - Constructor for class org.eclipse.webdav.client.RequestBodyWriter
 
requestHeader - Variable in class org.eclipse.webdav.http.client.HttpConnection
 
RequestInputStream - Class in org.eclipse.webdav.http.client
A resettable InputStream.
RequestInputStream(byte[]) - Constructor for class org.eclipse.webdav.http.client.RequestInputStream
Creates a RequestInputStream on the given byte array.
RequestInputStream(ByteArrayInputStream) - Constructor for class org.eclipse.webdav.http.client.RequestInputStream
Creates a RequestInputStream on the given ByteArrayInputStream.
RequestInputStream(File) - Constructor for class org.eclipse.webdav.http.client.RequestInputStream
Creates a RequestInputStream on the given file.
RequestInputStream(InputStream, long) - Constructor for class org.eclipse.webdav.http.client.RequestInputStream
Creates a RequestInputStream on the given InputStream.
RES_TYPE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
reset() - Method in class org.eclipse.webdav.http.client.RequestInputStream
Resets the stream to its beginning so it can be read again.
RESET_CONTENT - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
resolve(String, Element) - Static method in class org.eclipse.webdav.dom.ElementEditor
Resolves the given namespace prefix in the namespace of the given element.
ResourceHandle - Class in org.eclipse.webdav.client
The ResourceHandle class represents an ordinary resource in the system.
ResourceHandle(DAVClient, ILocator) - Constructor for class org.eclipse.webdav.client.ResourceHandle
Creates a new ResourceHandle from the given DAVClient and Locator.
ResourceID - Class in org.eclipse.webdav.dom
An element editor for the WebDAV resourceid element.
ResourceID(Element) - Constructor for class org.eclipse.webdav.dom.ResourceID
Creates a new editor on the given WebDAV resourceid element.
resourceURL - Variable in class org.eclipse.webdav.internal.kernel.Locator
 
Response - Class in org.eclipse.webdav.http.client
An HTTP response message.
Response(int, String, IContext, InputStream) - Constructor for class org.eclipse.webdav.http.client.Response
Creates a response.
Response - Class in org.eclipse.webdav.internal.kernel
The Response class subclasses Message to add a status field.
Response(Status, IContext, InputStream) - Constructor for class org.eclipse.webdav.internal.kernel.Response
 
Response(Status, IContext, Document) - Constructor for class org.eclipse.webdav.internal.kernel.Response
 
ResponseBody - Class in org.eclipse.webdav.dom
An element editor for the WebDAV response element.
ResponseBody(Element) - Constructor for class org.eclipse.webdav.dom.ResponseBody
Creates a new editor on the given WebDAV response element.
responseHeader - Variable in class org.eclipse.webdav.http.client.HttpConnection
 
ResponseInputStream - Class in org.eclipse.webdav.client
An InputStream on a response from a WebDAV server.
ResponseInputStream(IResponse) - Constructor for class org.eclipse.webdav.client.ResponseInputStream
Creates a new input stream on the given response.
RETRY_AFTER - Variable in class org.eclipse.webdav.internal.kernel.Context
 
RFC_1123_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
RFC_850_PATTERN - Static variable in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
root - Variable in class org.eclipse.webdav.dom.ElementEditor
 
run() - Method in class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
 

S

s - Variable in class org.eclipse.webdav.internal.authentication.Parser
The string being parsed.
sameAs(Object) - Method in class org.eclipse.webdav.internal.kernel.Status
Answers whether the receiver and the argument are considered identical.
SC_ACCEPTED - Static variable in interface org.eclipse.webdav.IResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface org.eclipse.webdav.IResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface org.eclipse.webdav.IResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface org.eclipse.webdav.IResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface org.eclipse.webdav.IResponse
Status code (100) indicating the client may continue with its request.
SC_CREATED - Static variable in interface org.eclipse.webdav.IResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_CROSS_SERVER_BINDING_FORBIDDEN - Static variable in interface org.eclipse.webdav.IResponse
Status code (507) indicating the server is unable to create the requested binding because it would bind a segment in a collection on one server to a resource on a different server.
SC_FAILED_DEPENDENCY - Static variable in interface org.eclipse.webdav.IResponse
Status code (424) indicating the method was not executed on a particular resource within its scope because some part of the method's execution failed causing the entire method to be aborted.
SC_FORBIDDEN - Static variable in interface org.eclipse.webdav.IResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_GATEWAY_TIMEOUT - Static variable in interface org.eclipse.webdav.IResponse
Status code (504) indicating the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface org.eclipse.webdav.IResponse
Status code (410) indicating the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.eclipse.webdav.IResponse
Status code (505) indicating the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in interface org.eclipse.webdav.IResponse
Status code (425) indicating that the resource does not have sufficient space to record the state of the resource after the execution of the method.
SC_INTERNAL_SERVER_ERROR - Static variable in interface org.eclipse.webdav.IResponse
Status code (500) indicating an error inside the HTTP service which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface org.eclipse.webdav.IResponse
Status code (411) indicating the request cannot be handled without a defined Content-Length.
SC_LOCKED - Static variable in interface org.eclipse.webdav.IResponse
Status code (423) indicating the source or destination resource of a method is locked.
SC_LOOP_DETECTED - Static variable in interface org.eclipse.webdav.IResponse
Status code (506) indicating the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity".
SC_METHOD_NOT_ALLOWED - Static variable in interface org.eclipse.webdav.IResponse
Status code (405) indicating the method specified is not allowed for the resource.
SC_MOVED_PERMANENTLY - Static variable in interface org.eclipse.webdav.IResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface org.eclipse.webdav.IResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTI_STATUS - Static variable in interface org.eclipse.webdav.IResponse
Status code (207) indicating that the response provides status for multiple independent operations.
SC_MULTIPLE_CHOICES - Static variable in interface org.eclipse.webdav.IResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location
SC_NO_CONTENT - Static variable in interface org.eclipse.webdav.IResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.eclipse.webdav.IResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface org.eclipse.webdav.IResponse
Status code (406) indicating the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headerssent in the request.
SC_NOT_FOUND - Static variable in interface org.eclipse.webdav.IResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface org.eclipse.webdav.IResponse
Status code (501) indicating the HTTP service does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface org.eclipse.webdav.IResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface org.eclipse.webdav.IResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface org.eclipse.webdav.IResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface org.eclipse.webdav.IResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface org.eclipse.webdav.IResponse
Status code (412) indicating the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROCESSING - Static variable in interface org.eclipse.webdav.IResponse
Status code (102) indicating the server is still processing the request.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.eclipse.webdav.IResponse
Status code (407) indicating the client MUST first authenticate itself with the proxy.
SC_REQUEST_TIMEOUT - Static variable in interface org.eclipse.webdav.IResponse
Status code (408) indicating the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_TOO_LONG - Static variable in interface org.eclipse.webdav.IResponse
Status code (413) indicating the server is refusing to process a request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_URI_TOO_LONG - Static variable in interface org.eclipse.webdav.IResponse
Status code (414) indicating the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_RESET_CONTENT - Static variable in interface org.eclipse.webdav.IResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface org.eclipse.webdav.IResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface org.eclipse.webdav.IResponse
Status code (503) indicating that the HTTP service is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface org.eclipse.webdav.IResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_UNAUTHORIZED - Static variable in interface org.eclipse.webdav.IResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNPROCESSABLE_ENTITY - Static variable in interface org.eclipse.webdav.IResponse
Status code (422) indicating the server understands the content type of the request entity, but was unable to process the contained instructions.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.eclipse.webdav.IResponse
Status code (415) indicating the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface org.eclipse.webdav.IResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
second - Variable in class org.eclipse.webdav.internal.kernel.utils.MergedEnumeration
 
SEE_OTHER - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
sendRequest() - Method in class org.eclipse.webdav.http.client.HttpConnection
 
SERVER - Variable in class org.eclipse.webdav.internal.kernel.Context
 
ServerException - Exception in org.eclipse.webdav.internal.kernel
Represents exceptions that can happen on the server as the result of a server error.
ServerException(int, String) - Constructor for exception org.eclipse.webdav.internal.kernel.ServerException
Construct a ServerException with a status code and simple message.
ServerException(int, String, Object) - Constructor for exception org.eclipse.webdav.internal.kernel.ServerException
Construct a ServerException with a status code and simple message.
SERVICE_UNAVAILABLE - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
setAccept(String) - Method in interface org.eclipse.webdav.IContext
Sets what media types are acceptable for a response.
setAccept(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set what media types are acceptable for a response.
setAcceptCharset(String) - Method in interface org.eclipse.webdav.IContext
Sets which character sets are acceptable for a response.
setAcceptCharset(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Sets which character sets are acceptable for a response.
setAcceptEncoding(String) - Method in interface org.eclipse.webdav.IContext
Sets the content-encoding values which are acceptable for a response.
setAcceptEncoding(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the content-encoding values which are acceptable for a response.
setAcceptLanguage(String) - Method in interface org.eclipse.webdav.IContext
Sets which natural languages are acceptable for a response.
setAcceptLanguage() - Method in class org.eclipse.webdav.internal.kernel.Context
Get the natural languages that are acceptable for a response.
setAcceptLanguage(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set which natural languages are acceptable for a response.
setAcceptRanges(String) - Method in interface org.eclipse.webdav.IContext
Sets the range requests acceptable to a server.
setAcceptRanges(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the range requests acceptable to a server.
setAge(int) - Method in interface org.eclipse.webdav.IContext
Sets the sender's estimate of the time since the response was generated.
setAge(int) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the sender's estimate of the time since the response was generated.
setAllBindings(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the ALL_BINDINGS key.
setAllBindings(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the ALL_BINDINGS key.
setAllow(String) - Method in interface org.eclipse.webdav.IContext
Sets methods allowed on a resource Sets the string value for the ALLOW key.
setAllow(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Sets methods allowed on a resource Set the string value for the ALLOW key.
setAuthenticator(IAuthenticator) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the authenticator.
setAuthorization(String) - Method in interface org.eclipse.webdav.IContext
Sets the user's credentials for the realm of the resource being requested.
setAuthorization(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the user's credentials for the realm of the resource being requested.
setCacheControl(String) - Method in interface org.eclipse.webdav.IContext
Sets the cache control directives that must be obeyed.
setCacheControl(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the cache control directives that must be obeyed.
setChild(Element, String, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and sets it as a child of the given parent.
setChild(Element, String, String, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Creates a WebDAV element with the given name and sets it as a child of the given parent.
setChild(Element, Element, String[], boolean) - Static method in class org.eclipse.webdav.dom.ElementEditor
Sets the given child element as a child of the given parent.
setCommonAncestor(String) - Method in class org.eclipse.webdav.dom.Conflict
 
setConnection(String) - Method in interface org.eclipse.webdav.IContext
Sets sender connection options.
setConnection(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set sender connection options.
setConnectionTimeout(long) - Method in class org.eclipse.webdav.http.client.HttpClient.ConnectionsRecycler
 
setConnectionTimeout(long) - Method in class org.eclipse.webdav.http.client.HttpClient
 
setContent(InputStream) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Set the content of this resource to be the untyped data stored in the given input stream.
setContent(String, InputStream) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Set the content of this resource to be the data stored in the given input stream.
setContentBase(String) - Method in interface org.eclipse.webdav.IContext
Sets the URL string value for the CONTENT_BASE key.
setContentBase(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the String URL value for the CONTENT_BASE key.
setContentEncoding(String) - Method in interface org.eclipse.webdav.IContext
Sets the additional content encodings that have been applied to the entity body.
setContentEncoding(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Sets the additional content encodings that have been applied to the entity body.
setContentLanguage(String) - Method in interface org.eclipse.webdav.IContext
Sets the natural language of the intended audience for the entity body.
setContentLanguage(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Sets the natural language of the intended audience for the entity body.
setContentLength(long) - Method in interface org.eclipse.webdav.IContext
Sets the content length in bytes of the entity body.
setContentLength(long) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the content length in bytes of the entity body.
setContentLocation(String) - Method in interface org.eclipse.webdav.IContext
Sets the URL string value for the CONTENT_LOCATION key.
setContentLocation(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the String URI value for the CONTENT_LOCATION key.
setContentMD5(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the CONTENT_MD5 key.
setContentMD5(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the CONTENT_MD5 key.
setContentRange(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the CONTENT_RANGE key.
setContentRange(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the CONTENT_RANGE key.
setContentType(String) - Method in interface org.eclipse.webdav.IContext
Sets the MIME type for the response contents.
setContentType(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the MIME type for the response contents.
setContext(URL, IContext) - Method in class org.eclipse.webdav.http.client.HttpClient
Set the context for the origin server at the given URL.
setContributor(String) - Method in class org.eclipse.webdav.dom.Conflict
 
setDate(String) - Method in interface org.eclipse.webdav.IContext
Sets the date the request was made.
setDate(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the date the request was made.
setDateTime(long) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
Sets the date and time from a java long format (milliseconds).
setDateTime(String) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
Do nothing if date format is not supported
setDateTime(String, String) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
Do nothing if date format is not supported.
setDateTime(Date) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
setDAV(String) - Method in interface org.eclipse.webdav.IContext
Sets the DAV level supported by the server.
setDAV(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the DAV level supported by the server.
setDefaultContext(IContext) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the default context which is used by all servers that do not already have a context set.
setDefaultNSName(String) - Method in class org.eclipse.webdav.dom.Namespaces
 
setDefaultProxyServerUrl(URL) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the URL of the default proxy server that is used by all servers that do not have their proxy server set and do not match a proxy server exception pattern.
setDefaults(IContext) - Method in class org.eclipse.webdav.internal.kernel.ContextFactory
Set the default values on the factory.
setDepth(String) - Method in class org.eclipse.webdav.dom.ActiveLock
Sets the depth of this activelock to the given depth.
setDepth(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the DEPTH key.
setDepth(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the DEPTH key.
setDestination(String) - Method in interface org.eclipse.webdav.IContext
Sets the destination URI for a copy or move operation.
setDestination(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the destination URI for a copy or move operation.
setErrorCode(int) - Method in exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Set the receiver's field which holds onto the error code.
setErrorCode(int) - Method in exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Set the receiver's field which holds onto the error code.
setETag(String) - Method in interface org.eclipse.webdav.IContext
Sets the entity tag for the associated entity.
setETag(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the entity tag for the associated entity.
setETag(String) - Method in class org.eclipse.webdav.internal.kernel.EntityTag
Set the ETag of this EntityTag.
setExpires(String) - Method in interface org.eclipse.webdav.IContext
Sets the date/time after which the response should be considered stale.
setExpires(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the date/time after which the response should be considered stale.
setFrom(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the FROM key.
setFrom(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the FROM key.
setHost(String) - Method in interface org.eclipse.webdav.IContext
Sets the Internet host and port of the resource being requested.
setHost(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the Internet host and port of the resource being requested.
setHref(String) - Method in class org.eclipse.webdav.dom.BaselineControl
Sets this baseline control elment description to the given href.
setHref(String) - Method in class org.eclipse.webdav.dom.Conflict
 
setHref(String) - Method in class org.eclipse.webdav.dom.ResourceID
Sets this resourceid's href to the given href.
setHref(String) - Method in class org.eclipse.webdav.dom.ResponseBody
Sets this response's first href to the given href.
setHttpVersion(double) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the version of HTTP this client uses for communication with servers.
setHttpVersion(double) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets the version of HTTP this connection uses for communication with servers.
setIfKey(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the IF key.
setIfKey(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the IF key.
setIfMatch(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the IF_MATCH key.
setIfMatch(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the IF_MATCH key.
setIfModifiedSince(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the IF_MODIFIED_SINCE key.
setIfModifiedSince(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the IF_MODIFIED_SINCE key.
setIfNoneMatch(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the IF_NONE_MATCH key.
setIfNoneMatch(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the IF_NONE_MATCH key.
setIfRange(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the IF_RANGE key.
setIfRange(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the IF_RANGE key.
setIfUnmodifiedSince(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the IF_UNMODIFIED_SINCE key.
setIfUnmodifiedSince(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the IF_UNMODIFIED_SINCE key.
setIsAllProp(boolean) - Method in class org.eclipse.webdav.dom.PropFind
Sets whether this propfind is in the "all prop" form.
setIsKeepAllAlive(boolean) - Method in class org.eclipse.webdav.dom.PropertyBehavior
Sets whether this propertybehavior is in the "keep all alive" form or not.
setIsOmit(boolean) - Method in class org.eclipse.webdav.dom.PropertyBehavior
Sets whether this propertybehavior is in the "omit" form or not.
setIsPropName(boolean) - Method in class org.eclipse.webdav.dom.PropFind
Sets whether this propfind is in the "prop name" form.
setIsShared(boolean) - Method in class org.eclipse.webdav.dom.ActiveLock
Sets whether this activelock is shared or exclusive.
setIsShared(boolean) - Method in class org.eclipse.webdav.dom.LockEntry
Sets whether this lockentry is shared or exclusive.
setIsShared(boolean) - Method in class org.eclipse.webdav.dom.LockInfo
Sets whether this lockinfo is shared or exclusive.
setLabel(String) - Method in interface org.eclipse.webdav.IContext
Sets when the label header value.
setLabel(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the method's label selector.
setLabelName(String) - Method in class org.eclipse.webdav.dom.Update
Sets the DAV:label child element.
setLastModified(String) - Method in interface org.eclipse.webdav.IContext
Sets when the resource was last modified.
setLastModified(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set when the resource was last modified.
setLocation(String) - Method in interface org.eclipse.webdav.IContext
Sets the redirect location.
setLocation(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Sets the redirect location.
setLockToken(String) - Method in interface org.eclipse.webdav.IContext
Sets the lock token for the resource.
setLockToken(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the lock token for the resource.
setMaxForwards(int) - Method in interface org.eclipse.webdav.IContext
Sets the integer value for the MAX_FORWARDS key.
setMaxForwards(int) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the integer value for the MAX_FORWARDS key.
setMaxRedirects(int) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the maximum number of URL location redirects.
setMaxRetries(int) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the maximum number of times a request is retried after an IOException occurs.
setNot(boolean) - Method in class org.eclipse.webdav.internal.kernel.ConditionFactor
Set how to compare to this ConditionFactor.
setOrdered(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the ORDERED key.
setOrdered(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the ORDERED key.
setOverwrite(boolean) - Method in interface org.eclipse.webdav.IContext
Sets if copy or move should overwrite an existing destination.
setOverwrite(boolean) - Method in class org.eclipse.webdav.internal.kernel.Context
Set if copy or move should overwrite an existing destination.
setOwner() - Method in class org.eclipse.webdav.dom.ActiveLock
Creates and sets an owner element on this activelock and returns an editor on it.
setOwner() - Method in class org.eclipse.webdav.dom.LockInfo
Sets the owner on this lockinfo and returns an editor on it.
setPassthrough(boolean) - Method in interface org.eclipse.webdav.IContext
Sets the boolean value for the PASSTHROUGH key.
setPassthrough(boolean) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the boolean value for the PASSTHROUGH key.
setPersistent(boolean) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets a boolean indicating whether this connection should remain open after each request.
setPosition(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the POSITION key.
setPosition(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the POSITION key.
setPragma(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the PRAGMA key.
setPragma(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the PRAGMA key.
setPrecondition(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set any precondition that must be true in order for method execution to be successful.
setProp() - Method in class org.eclipse.webdav.dom.PropFind
Creates and sets a new prop on this propfind and returns an editor on it.
setProp() - Method in class org.eclipse.webdav.dom.PropStat
Creates and sets a new prop on this propstat and returns an editor on it.
setProperties(Collection) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Set the given properties on this resource.
setProperty(Element) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Set the given property on this resource.
setProxyAuthenticate(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the PROXY_AUTHENTICATE key.
setProxyAuthenticate(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the PROXY_AUTHENTICATE key.
setProxyAuthorization(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the PROXY_AUTHORIZATION key.
setProxyAuthorization(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the PROXY_AUTHORIZATION key.
setProxyServerUrl(URL, URL) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the URL of the proxy server that this client uses to communicate with the origin server at the given URL.
setProxyServerUrl(URL) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets the URL of the proxy server this connection uses to communicate with the origin server.
setPublicKey(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the PUBLIC_KEY key.
setPublicKey(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the PUBLIC_KEY key.
setRange(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the RANGE key.
setRange(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the RANGE key.
setReceiveBufferSize(int) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
setReferer(String) - Method in interface org.eclipse.webdav.IContext
Sets the URI of the resource from which the request was obtained.
setReferer(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the URI of the resource from which the request was obtained.
setRefTarget(String) - Method in interface org.eclipse.webdav.IContext
Sets the URI value for the REF_TARGET key.
setRefTarget(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the URI value for the REF_TARGET key.
setRequestHeaderField(String, String) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets the request header value associated with the given field.
setRequestMethod(String) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets the request method.
setResourceType(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the RESOURCE_TYPE key.
setResourceType(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the RESOURCE_TYPE key.
setResourceURI(String) - Method in class org.eclipse.webdav.internal.kernel.Condition
Set the URI of the associated Resource.
setResourceUrl(URL) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets the URL of this connection's resource.
setResponseDescription(String) - Method in class org.eclipse.webdav.dom.MultiStatus
Sets this multistatus' response description to the given value.
setResponseDescription(String) - Method in class org.eclipse.webdav.dom.PropStat
Sets this propstat's response description to the given value.
setResponseDescription(String) - Method in class org.eclipse.webdav.dom.ResponseBody
Sets this response's response description to the given value.
setResponseDescription(Element) - Method in class org.eclipse.webdav.dom.ResponseBody
Sets this response's response description to the given value.
setRetryAfter(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the RETRY_AFTER key.
setRetryAfter(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the RETRY_AFTER key.
setSendBufferSize(int) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
setSendChunked(boolean) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets a boolean indicating whether the request's body should be sent chunked encoded.
setServer(String) - Method in interface org.eclipse.webdav.IContext
Sets information about the software used by the origin server to handle the request.
setServer(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set information about the software used by the origin server to handle the request.
setSocketFactory(ISocketFactory) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the factory that this client uses to create sockets.
setSocketFactory(ISocketFactory) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets the factory this connection uses to create sockets.
setSoLinger(boolean, int) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
setSoTimeout(int) - Method in class org.eclipse.webdav.http.client.HttpClient
Sets the socket read timeout (in milliseconds) for this client.
setSoTimeout(int) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
setStatus(String) - Method in class org.eclipse.webdav.dom.PropStat
Sets the status on this propstat to the given status.
setStatus(String) - Method in class org.eclipse.webdav.dom.ResponseBody
Sets the status on this response to the given status.
setStatusURI(String) - Method in interface org.eclipse.webdav.IContext
Sets the URI of the resource whose method is in process.
setStatusURI(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the URI of the resource whose method is in process.
setTcpNoDelay(boolean) - Method in class org.eclipse.webdav.http.client.HttpConnection
 
setTimeout(String) - Method in class org.eclipse.webdav.dom.ActiveLock
Sets the timeout on this activelock to the given timeout.
setTimeout(int) - Method in interface org.eclipse.webdav.IContext
Sets the lock timeout value in seconds.
setTimeout(int) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the lock timeout value in seconds.
setTimestamp(Date) - Method in class org.eclipse.webdav.http.client.HttpConnection
Sets this connection's timestamp.
setToken(String) - Method in class org.eclipse.webdav.internal.kernel.LockToken
 
setTransferEncoding(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the TRANSFER_ENCODING key.
setTransferEncoding(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the TRANSFER_ENCODING key.
setUpgrade(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the UPGRADE key.
setUpgrade(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the UPGRADE key.
setURI(String) - Method in class org.eclipse.webdav.internal.kernel.StateToken
Set the URI of this StateToken.
setUserAgent(String) - Method in interface org.eclipse.webdav.IContext
Sets information about the user agent originating the request.
setUserAgent(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set information about the user agent originating the request.
setVary(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the VARY key.
setVary(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the VARY key.
setVersion(String) - Method in class org.eclipse.webdav.dom.Update
Sets the DAV:version child element.
setVia(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the VIA key.
setVia(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the VIA key.
setWarning(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the WARNING key.
setWarning(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the WARNING key.
setWeak(boolean) - Method in class org.eclipse.webdav.internal.kernel.EntityTag
Set the strength of this EntityTag.
setWrappedException(Throwable) - Method in exception org.eclipse.webdav.internal.kernel.DAV4JRuntimeException
Set the receiver's field which holds onto the wrapped exception.
setWrappedException(Throwable) - Method in exception org.eclipse.webdav.internal.kernel.DAVRuntimeException
Set the receiver's field which holds onto the wrapped exception.
setWrappedException(Exception) - Method in exception org.eclipse.webdav.internal.kernel.SystemException
 
setWWWAuthenticate(String) - Method in interface org.eclipse.webdav.IContext
Sets the string value for the WWW_AUTHENTICATE key.
setWWWAuthenticate(String) - Method in class org.eclipse.webdav.internal.kernel.Context
Set the string value for the WWW_AUTHENTICATE key.
SHARED_LOCK - Static variable in interface org.eclipse.webdav.IContext
Lock type constant indicating a shared lock.
size() - Method in class org.eclipse.webdav.http.client.HttpConnection.Header
Returns the number of header fields in this header.
skipWhiteSpace() - Method in class org.eclipse.webdav.internal.authentication.Parser
Skips the next sequence of white space in s.
socketIn - Variable in class org.eclipse.webdav.http.client.HttpConnection
 
socketOut - Variable in class org.eclipse.webdav.http.client.HttpConnection
 
sourceEnum - Variable in class org.eclipse.webdav.internal.kernel.utils.EnumerationConverter
 
StateToken - Class in org.eclipse.webdav.internal.kernel
A StateToken is a ConditionFactor describing some state of a resource represented as a URI.
StateToken(String) - Constructor for class org.eclipse.webdav.internal.kernel.StateToken
Construct a StateToken with the given URI.
Status - Class in org.eclipse.webdav.dom
A Status parses an http status string.
Status(String) - Constructor for class org.eclipse.webdav.dom.Status
Creates a new status from the given http status string.
status - Variable in class org.eclipse.webdav.internal.kernel.Response
 
Status - Class in org.eclipse.webdav.internal.kernel
 
Status(int, String) - Constructor for class org.eclipse.webdav.internal.kernel.Status
 
Status(Status, Document) - Constructor for class org.eclipse.webdav.internal.kernel.Status
 
STATUS_URI - Variable in class org.eclipse.webdav.internal.kernel.Context
 
statusCode - Variable in class org.eclipse.webdav.http.client.Response
 
statusMessage - Variable in class org.eclipse.webdav.http.client.Response
 
SupportedLock - Class in org.eclipse.webdav.dom
An element editor for the WebDAV supportedlock element.
SupportedLock(Element) - Constructor for class org.eclipse.webdav.dom.SupportedLock
Creates a new editor on the given WebDAV supportedlock element.
supportsLiveProperty(QualifiedName) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Check to see if the resource supports the named live property.
SWITCHING_PROTOCOLS - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
SystemException - Exception in org.eclipse.webdav.internal.kernel
 
SystemException() - Constructor for exception org.eclipse.webdav.internal.kernel.SystemException
SystemException default constructor.
SystemException(Exception) - Constructor for exception org.eclipse.webdav.internal.kernel.SystemException
 
SystemException(String) - Constructor for exception org.eclipse.webdav.internal.kernel.SystemException
 

T

TIMEOUT - Variable in class org.eclipse.webdav.internal.kernel.Context
 
toDate() - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
toHex(byte[]) - Static method in class org.eclipse.webdav.internal.authentication.HexConverter
Converts the given byte array to its equivalent hexadecimal string and returns the result.
toHex(int[]) - Static method in class org.eclipse.webdav.internal.authentication.HexConverter
Converts the given int array to its equivalent hexadecimal string and returns the result.
toHTTPString() - Method in class org.eclipse.webdav.internal.kernel.Status
 
toISO8601() - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
toRFC1123() - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
toString() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Return a string representation of this resource.
toString() - Method in class org.eclipse.webdav.dom.QualifiedNameImpl
Converts this qualified name into a string, suitable for display (unsuitable for parsing back to a qualified name!).
toString() - Method in class org.eclipse.webdav.http.client.Message
 
toString() - Method in class org.eclipse.webdav.http.client.Request
 
toString() - Method in class org.eclipse.webdav.http.client.Response
 
toString() - Method in class org.eclipse.webdav.internal.kernel.Condition
Return a String representation of this Condition as defined by section 9.4 of the WebDAV Spec.
toString() - Method in class org.eclipse.webdav.internal.kernel.ConditionFactor
Return a String representation of this ConditionFactor as defined by the If header in section 9.4 of the WebDAV spec.
toString() - Method in class org.eclipse.webdav.internal.kernel.ConditionTerm
Return a String representation of this ConditionTerm as defined by section 9.4 of the WebDAV Spec.
toString() - Method in class org.eclipse.webdav.internal.kernel.Context.ContextKey
 
toString() - Method in class org.eclipse.webdav.internal.kernel.Context
Return a string representation of the context.
toString() - Method in class org.eclipse.webdav.internal.kernel.EntityTag
Return a String representation of this EntityTag as defined by the If header in section 9.4 of the WebDAV spec.
toString() - Method in class org.eclipse.webdav.internal.kernel.Locator
 
toString() - Method in class org.eclipse.webdav.internal.kernel.LockToken
 
toString() - Method in class org.eclipse.webdav.internal.kernel.Precondition
Return a String representation of this Precondition as defined by section 9.4 of the WebDAV Spec.
toString() - Method in class org.eclipse.webdav.internal.kernel.QualifiedNameImpl
Converts this qualified name into a string, suitable for display (unsuitable for parsing back to a qualified name!).
toString() - Method in class org.eclipse.webdav.internal.kernel.Response
 
toString() - Method in class org.eclipse.webdav.internal.kernel.StateToken
Return a String representation of this StateToken as defined by the If header in section 9.4 of the WebDAV spec.
toString() - Method in class org.eclipse.webdav.internal.kernel.Status
 
toString() - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
Returns on a RFC 1123 format.
toString(String) - Method in class org.eclipse.webdav.internal.kernel.utils.DateTime
 
toString() - Method in class org.eclipse.webdav.internal.kernel.utils.NestedHashtable
Return a string representation of the context.
toString() - Method in exception org.eclipse.webdav.internal.kernel.WebDAVException
Render this WebDAVException as a string including its status code.
trace() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Send a message to the server.
trace(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
trace(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
trace(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Does a trace call to the server.
TRANSFER_ENCODING - Variable in class org.eclipse.webdav.internal.kernel.Context
 

U

UNAUTHORIZED - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
uncheckout(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
uncheckout(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
uncheckout(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Corresponds to the UNCHECKOUT method defined in the WebDAV Versioning Specification.
unlock(LockToken) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Unlock this resource with the given lock token.
unlock(ILocator, IContext) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
unlock(ILocator, IContext) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
unlock(ILocator, IContext) - Method in interface org.eclipse.webdav.IServer
Unlocks the resource with the given locator.
UNPROCESSABLE_ENTITY - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
unquote(String) - Method in class org.eclipse.webdav.internal.authentication.AuthorizationAuthority
Returns the given String with its quotes removed.
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
update(ILocator) - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Perform an UPDATE on the receiver to set the version it is based upon.
update(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
update(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
Update - Class in org.eclipse.webdav.dom
An element editor for the WebDAV update element.
Update(Element) - Constructor for class org.eclipse.webdav.dom.Update
Creates a new editor on the given WebDAV set target element.
update(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Performs an update call on the server.
UPGRADE - Variable in class org.eclipse.webdav.internal.kernel.Context
 
URLDecoder - Class in org.eclipse.webdav.internal.utils
Decodes a URL from an ASCII readable URL that is safe for transport.
URLEncoder - Class in org.eclipse.webdav.internal.utils
Encodes a URL into an ASCII readable URL that is safe for transport.
urlsOverlap(String, String) - Static method in class org.eclipse.webdav.client.URLTool
Returns a boolean indicating whether the given URLs overlap.
urlsOverlap(URL, URL) - Static method in class org.eclipse.webdav.client.URLTool
Returns a boolean indicating whether the given URLs overlap.
URLTable - Class in org.eclipse.webdav.client
A URLTable is a simple hashtable whose keys are URLs.
URLTable() - Constructor for class org.eclipse.webdav.client.URLTable
Construct an empty URLTable.
URLTable(int) - Constructor for class org.eclipse.webdav.client.URLTable
Construct an empty URLTable with the given size.
URLTool - Class in org.eclipse.webdav.client
A utility for manipulating URLs.
URLTool() - Constructor for class org.eclipse.webdav.client.URLTool
 
USE_PROXY - Static variable in class org.eclipse.webdav.internal.kernel.Status
 
USER_AGENT - Variable in class org.eclipse.webdav.internal.kernel.Context
 

V

VARY - Variable in class org.eclipse.webdav.internal.kernel.Context
 
versionControl() - Method in class org.eclipse.webdav.client.AbstractResourceHandle
Bring the receiver under version control.
versionControl(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.LocalDAVClient
 
versionControl(ILocator, IContext, Document) - Method in class org.eclipse.webdav.client.RemoteDAVClient
 
versionControl(ILocator, IContext, Document) - Method in interface org.eclipse.webdav.IServer
Corresponds to the VERSION-CONTROL method defined in the WebDAV Versioning Specification.
VIA - Variable in class org.eclipse.webdav.internal.kernel.Context
 

W

WARNING - Variable in class org.eclipse.webdav.internal.kernel.Context
 
WebDAVConstants - Interface in org.eclipse.webdav.internal.kernel
 
WebDAVException - Exception in org.eclipse.webdav.internal.kernel
This is the superclass of all WebDAV protocol exceptions It contains a status code that provides information, and a descriptive message.
WebDAVException(int, String) - Constructor for exception org.eclipse.webdav.internal.kernel.WebDAVException
Construct a WebDAVException
WebDAVException(int, String, Object) - Constructor for exception org.eclipse.webdav.internal.kernel.WebDAVException
Construct a WebDAVException
WebDAVFactory - Class in org.eclipse.webdav.client
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
WebDAVFactory() - Constructor for class org.eclipse.webdav.client.WebDAVFactory
WebDavFactory constructor comment.
WebDAVPreconditionFailures - Interface in org.eclipse.webdav.internal.kernel
 
WebDAVPropertyNames - Interface in org.eclipse.webdav.internal.kernel
 
WebDAVPropertyValues - Interface in org.eclipse.webdav.internal.kernel
 
WorkspaceHandle - Class in org.eclipse.webdav.client
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
WorkspaceHandle(DAVClient, ILocator) - Constructor for class org.eclipse.webdav.client.WorkspaceHandle
 
wrappedException - Variable in exception org.eclipse.webdav.internal.kernel.SystemException
 
write(OutputStream) - Method in class org.eclipse.webdav.http.client.Message
Writes this messages body to the given output stream.
write(OutputStream) - Method in class org.eclipse.webdav.http.client.Request
Writes this request's body to the given output stream.
write(byte[], int, int) - Method in class org.eclipse.webdav.internal.authentication.DigestOutputStream
 
write(int) - Method in class org.eclipse.webdav.internal.authentication.DigestOutputStream
 
WRITE_LOCK - Static variable in interface org.eclipse.webdav.IContext
Lock type constant indicating a write lock.
writeRequestBody(OutputStream) - Method in class org.eclipse.webdav.client.RequestBodyWriter
 
writeRequestBody(OutputStream) - Method in interface org.eclipse.webdav.http.client.IRequestBodyWriter
Writes a request body to the given output stream.
WWW_AUTHENTICATE - Variable in class org.eclipse.webdav.internal.kernel.Context
 

X

XML_NS_NAME - Static variable in class org.eclipse.webdav.dom.ElementEditor
 
XML_NS_PREFIX - Static variable in class org.eclipse.webdav.dom.ElementEditor
 
XML_PREFIX - Static variable in class org.eclipse.webdav.dom.ElementEditor
 

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

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.