Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Ace - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Ace() - Constructor for class com.github.sardine.model.Ace
- Acl - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Acl() - Constructor for class com.github.sardine.model.Acl
- Activelock - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Activelock() - Constructor for class com.github.sardine.model.Activelock
- addConfiguredFileset(FileSet) - Method in class com.github.sardine.ant.command.Put
-
Add a source file set.
- addCopy(Copy) - Method in class com.github.sardine.ant.SardineTask
-
Add a copy command.
- addCreateDirectory(CreateDirectory) - Method in class com.github.sardine.ant.SardineTask
-
Add a createDirectory command.
- addDelete(Delete) - Method in class com.github.sardine.ant.SardineTask
-
Add a delete command.
- addExists(Exists) - Method in class com.github.sardine.ant.SardineTask
-
Add a delete command.
- addMove(Move) - Method in class com.github.sardine.ant.SardineTask
-
Add a move command.
- addPut(Put) - Method in class com.github.sardine.ant.SardineTask
-
Add a put command.
- addRecursiveGet(RecursiveGet) - Method in class com.github.sardine.ant.SardineTask
-
Add a recursive get command.
- All - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- All() - Constructor for class com.github.sardine.model.All
- Allprop - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Allprop() - Constructor for class com.github.sardine.model.Allprop
- any - Variable in class com.github.sardine.model.Prop
- any - Variable in class com.github.sardine.model.Report
- Authenticated - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Authenticated() - Constructor for class com.github.sardine.model.Authenticated
B
- begin() - Static method in class com.github.sardine.SardineFactory
-
Default begin() for when you don't need anything but no authentication and default settings for SSL.
- begin(String, String) - Static method in class com.github.sardine.SardineFactory
-
Pass in a HTTP Auth username/password for being used with all connections
- begin(String, String, ProxySelector) - Static method in class com.github.sardine.SardineFactory
- Bind - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Bind() - Constructor for class com.github.sardine.model.Bind
- ByteCountInputStream - Class in com.github.sardine.impl.io
- ByteCountInputStream(InputStream) - Constructor for class com.github.sardine.impl.io.ByteCountInputStream
C
- client - Variable in class com.github.sardine.impl.SardineImpl
-
HTTP client implementation
- close() - Method in class com.github.sardine.impl.io.ConsumingInputStream
- close() - Method in class com.github.sardine.impl.io.HttpMethodReleaseInputStream
-
This will force close the connection if the content has not been fully consumed
- Collection - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Collection() - Constructor for class com.github.sardine.model.Collection
- com.github.sardine - package com.github.sardine
-
Base package with factories to work implementation agnostic.
- com.github.sardine.ant - package com.github.sardine.ant
-
Ant task support.
- com.github.sardine.ant.command - package com.github.sardine.ant.command
-
Ant task comamnds.
- com.github.sardine.impl - package com.github.sardine.impl
-
Assembles classes only related to the
HttpClientimplementation. - com.github.sardine.impl.handler - package com.github.sardine.impl.handler
-
Response handler with stauts code validation for
HttpClientimplementation. - com.github.sardine.impl.io - package com.github.sardine.impl.io
-
I/O support
HttpClientimplementation. - com.github.sardine.impl.methods - package com.github.sardine.impl.methods
-
WebDAV methods for
HttpClientimplementation. - com.github.sardine.model - package com.github.sardine.model
-
Generated classes from the WebDAV XML schema.
- com.github.sardine.report - package com.github.sardine.report
- com.github.sardine.util - package com.github.sardine.util
-
Utilities to work with XML entities.
- Command - Class in com.github.sardine.ant
-
Base class for a Command which represents a sardine command such as sardine.put().
- Command() - Constructor for class com.github.sardine.ant.Command
- configure(ProxySelector, CredentialsProvider) - Method in class com.github.sardine.impl.SardineImpl
-
Creates a client with all of the defaults.
- ConsumingInputStream - Class in com.github.sardine.impl.io
-
Wrapper for the input stream, will consume the rest of the response on
ConsumingInputStream.close(). - ConsumingInputStream(HttpResponse) - Constructor for class com.github.sardine.impl.io.ConsumingInputStream
- content - Variable in class com.github.sardine.model.QuotaAvailableBytes
- content - Variable in class com.github.sardine.model.QuotaUsedBytes
- ContentLengthInputStream - Class in com.github.sardine.impl.io
- ContentLengthInputStream(InputStream, Long) - Constructor for class com.github.sardine.impl.io.ContentLengthInputStream
- ContentLengthInputStream(HttpResponse) - Constructor for class com.github.sardine.impl.io.ContentLengthInputStream
- context - Variable in class com.github.sardine.impl.SardineImpl
-
Local context with authentication cache.
- copy(String, String) - Method in class com.github.sardine.impl.SardineImpl
- copy(String, String) - Method in interface com.github.sardine.Sardine
-
Copy a url from source to destination using WebDAV
COPY. - copy(String, String, boolean) - Method in class com.github.sardine.impl.SardineImpl
- copy(String, String, boolean) - Method in interface com.github.sardine.Sardine
-
Copy a url from source to destination using WebDAV
COPY. - copy(String, String, boolean, Map) - Method in class com.github.sardine.impl.SardineImpl
- copy(String, String, boolean, Map) - Method in interface com.github.sardine.Sardine
-
Copy a url from source to destination using WebDAV
COPY. - Copy - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.copy().
- Copy() - Constructor for class com.github.sardine.ant.command.Copy
- createActivelock() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Activelock - createAll() - Method in class com.github.sardine.model.ObjectFactory
- createAllprop() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Allprop - createAuthenticated() - Method in class com.github.sardine.model.ObjectFactory
- createBind() - Method in class com.github.sardine.model.ObjectFactory
- createCollection() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Collection - createCreationdate() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Creationdate - createDefaultConnectionManager(Registry) - Method in class com.github.sardine.impl.SardineImpl
-
Use fail fast connection manager when connections are not released properly.
- createDefaultRedirectStrategy() - Method in class com.github.sardine.impl.SardineImpl
- createDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Method in class com.github.sardine.impl.SardineImpl
-
Override to provide proxy configuration
- createDefaultSchemePortResolver() - Method in class com.github.sardine.impl.SardineImpl
- createDefaultSchemeRegistry() - Method in class com.github.sardine.impl.SardineImpl
-
Creates a new registry for default ports with socket factories.
- createDefaultSecureSocketFactory() - Method in class com.github.sardine.impl.SardineImpl
- createDefaultSocketFactory() - Method in class com.github.sardine.impl.SardineImpl
- createDepth(String) - Method in class com.github.sardine.model.ObjectFactory
- createDirectory(String) - Method in class com.github.sardine.impl.SardineImpl
- createDirectory(String) - Method in interface com.github.sardine.Sardine
-
Uses WebDAV
MKCOLto create a directory at the specified url - CreateDirectory - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.createDirectory().
- CreateDirectory() - Constructor for class com.github.sardine.ant.command.CreateDirectory
- createDisplayname() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Displayname - createDst(String) - Method in class com.github.sardine.model.ObjectFactory
- createElement(QName) - Static method in class com.github.sardine.util.SardineUtil
- createElement(Element, QName) - Static method in class com.github.sardine.util.SardineUtil
- createError() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Error - createExclusive() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Exclusive - createFilterChain() - Method in class com.github.sardine.ant.command.Put
-
Add a FilterChain.
- createFilterSet() - Method in class com.github.sardine.ant.command.Put
-
Add a filterset.
- createGetcontentlanguage() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Getcontentlanguage - createGetcontentlength() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Getcontentlength - createGetcontenttype() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Getcontenttype - createGetetag() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Getetag - createGetlastmodified() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Getlastmodified - createHref(String) - Method in class com.github.sardine.model.ObjectFactory
- createKeepalive() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Keepalive - createLimit() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Limit - createLink() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Link - createLocation() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Location - createLockdiscovery() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Lockdiscovery - createLockentry() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Lockentry - createLockinfo() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Lockinfo - createLockscope() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Lockscope - createLocktoken() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Locktoken - createLocktype() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Locktype - createMultistatus() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Multistatus - createNresults(BigInteger) - Method in class com.github.sardine.model.ObjectFactory
- createOmit() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Omit - createOwner() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Owner - createProp() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Prop - createPropertybehavior() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Propertybehavior - createPropertyupdate() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Propertyupdate - createPropfind() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Propfind - createPropname() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Propname - createPropstat() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Propstat - createQNameWithCustomNamespace(String) - Static method in class com.github.sardine.util.SardineUtil
- createQNameWithDefaultNamespace(String) - Static method in class com.github.sardine.util.SardineUtil
- createRead() - Method in class com.github.sardine.model.ObjectFactory
- createReadAcl() - Method in class com.github.sardine.model.ObjectFactory
- createReadCurrentUserPrivilegeSet() - Method in class com.github.sardine.model.ObjectFactory
- createRemove() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Remove - createReport() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Report - createResourcetype() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Resourcetype - createResponse() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Response - createResponsedescription(String) - Method in class com.github.sardine.model.ObjectFactory
- createSearch() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
SearchRequest - createSelf() - Method in class com.github.sardine.model.ObjectFactory
- createSet() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Set - createShared() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Shared - createSource() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Source - createSrc(String) - Method in class com.github.sardine.model.ObjectFactory
- createStatus(String) - Method in class com.github.sardine.model.ObjectFactory
- createSupportedlock() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Supportedlock - createSupportedReport() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
SupportedReport - createSupportedReportSet() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
SupportedReportSet - createSyncCollection() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
SyncCollection - createSyncLevel(String) - Method in class com.github.sardine.model.ObjectFactory
- createSyncToken(String) - Method in class com.github.sardine.model.ObjectFactory
- createTimeout(String) - Method in class com.github.sardine.model.ObjectFactory
- createUnauthenticated() - Method in class com.github.sardine.model.ObjectFactory
- createUnbind() - Method in class com.github.sardine.model.ObjectFactory
- createUnlock() - Method in class com.github.sardine.model.ObjectFactory
- createWrite() - Method in class com.github.sardine.model.ObjectFactory
-
Create an instance of
Write - createWriteContent() - Method in class com.github.sardine.model.ObjectFactory
- createWriteProperties() - Method in class com.github.sardine.model.ObjectFactory
- creationdate - Variable in class com.github.sardine.model.Prop
- Creationdate - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Creationdate() - Constructor for class com.github.sardine.model.Creationdate
- CUSTOM_NAMESPACE_PREFIX - Static variable in class com.github.sardine.util.SardineUtil
-
Default namespace prefix
- CUSTOM_NAMESPACE_URI - Static variable in class com.github.sardine.util.SardineUtil
-
Default namespace URI
D
- DavAce - Class in com.github.sardine
-
An Access control element (ACE) either grants or denies a particular set of (non- abstract) privileges for a particular principal.
- DavAce(DavPrincipal) - Constructor for class com.github.sardine.DavAce
- DavAce(Ace) - Constructor for class com.github.sardine.DavAce
- DavAcl - Class in com.github.sardine
-
Describe access rights on a remote server.
- DavAcl(Response) - Constructor for class com.github.sardine.DavAcl
- DavPrincipal - Class in com.github.sardine
- DavPrincipal(DavPrincipal.PrincipalType, String, String) - Constructor for class com.github.sardine.DavPrincipal
- DavPrincipal(DavPrincipal.PrincipalType, String, QName, String) - Constructor for class com.github.sardine.DavPrincipal
- DavPrincipal(DavPrincipal.PrincipalType, QName, String) - Constructor for class com.github.sardine.DavPrincipal
- DavPrincipal(Principal) - Constructor for class com.github.sardine.DavPrincipal
- DavPrincipal.PrincipalType - Enum Class in com.github.sardine
-
A "principal" is a distinct human or computational actor that initiates access to network resources.
- DavQuota - Class in com.github.sardine
-
Quota and Size Properties
- DavQuota(Response) - Constructor for class com.github.sardine.DavQuota
- DavResource - Class in com.github.sardine
-
Describes a resource on a remote server.
- DavResource(Response) - Constructor for class com.github.sardine.DavResource
-
Converts the given
Responseto aDavResource. - DavResource(String, Date, Date, String, Long, String, String, String, List, String, List, Map) - Constructor for class com.github.sardine.DavResource
-
Represents a webdav response block.
- DEFAULT_CONTENT_LENGTH - Static variable in class com.github.sardine.DavResource
-
The default content-length if
Getcontentlengthis not set in theMultistatusresponse. - DEFAULT_CONTENT_TYPE - Static variable in class com.github.sardine.DavResource
-
The default content-type if
Getcontenttypeis not set in theMultistatusresponse. - DEFAULT_NAMESPACE_PREFIX - Static variable in class com.github.sardine.util.SardineUtil
-
Default namespace prefix
- DEFAULT_NAMESPACE_URI - Static variable in class com.github.sardine.util.SardineUtil
-
Default namespace URI
- DEFAULT_STATUS_CODE - Static variable in class com.github.sardine.DavResource
-
The default status code if
Response.getStatus()is not set in theMultistatusresponse. - delete(String) - Method in class com.github.sardine.impl.SardineImpl
- delete(String) - Method in interface com.github.sardine.Sardine
-
Delete a resource using HTTP
DELETEat the specified url - delete(String, Map) - Method in class com.github.sardine.impl.SardineImpl
- delete(String, Map) - Method in interface com.github.sardine.Sardine
-
Delete a resource using HTTP
DELETEat the specified url - Delete - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.delete().
- Delete() - Constructor for class com.github.sardine.ant.command.Delete
- Deny - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Deny() - Constructor for class com.github.sardine.model.Deny
- disableCompression() - Method in class com.github.sardine.impl.SardineImpl
-
Disable GZIP compression header.
- disableCompression() - Method in interface com.github.sardine.Sardine
-
Disables support for HTTP compression.
- disablePreemptiveAuthentication() - Method in class com.github.sardine.impl.SardineImpl
- disablePreemptiveAuthentication() - Method in interface com.github.sardine.Sardine
-
Disable preemptive authentication.
- displayname - Variable in class com.github.sardine.model.Prop
- Displayname - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Displayname() - Constructor for class com.github.sardine.model.Displayname
E
- enableCompression() - Method in class com.github.sardine.impl.SardineImpl
-
Adds handling of GZIP compression to the client.
- enableCompression() - Method in interface com.github.sardine.Sardine
-
Enables HTTP GZIP compression.
- enablePreemptiveAuthentication(String) - Method in class com.github.sardine.impl.SardineImpl
- enablePreemptiveAuthentication(String) - Method in interface com.github.sardine.Sardine
-
Send a
Basicauthentication header with each request even before 401 is returned. - enablePreemptiveAuthentication(String, int, int) - Method in class com.github.sardine.impl.SardineImpl
- enablePreemptiveAuthentication(String, int, int) - Method in interface com.github.sardine.Sardine
-
Send a
Basicauthentication header with each request even before 401 is returned. - enablePreemptiveAuthentication(String, int, int, Charset) - Method in class com.github.sardine.impl.SardineImpl
- enablePreemptiveAuthentication(URL) - Method in class com.github.sardine.impl.SardineImpl
- enablePreemptiveAuthentication(URL) - Method in interface com.github.sardine.Sardine
-
Send a
Basicauthentication header with each request even before 401 is returned. - error - Variable in class com.github.sardine.model.Response
- Error - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Error() - Constructor for class com.github.sardine.model.Error
- ETagResponseHandler - Class in com.github.sardine.impl.handler
- ETagResponseHandler() - Constructor for class com.github.sardine.impl.handler.ETagResponseHandler
- Exclusive - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Exclusive() - Constructor for class com.github.sardine.model.Exclusive
- execute() - Method in class com.github.sardine.ant.command.Copy
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.command.CreateDirectory
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.command.Delete
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.Command
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.command.Exists
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.command.Move
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.command.Put
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.command.RecursiveGet
-
Execute the command.
- execute() - Method in class com.github.sardine.ant.SardineTask
- execute(HttpRequestBase) - Method in class com.github.sardine.impl.SardineImpl
-
No validation of the response.
- execute(HttpRequestBase, ResponseHandler) - Method in class com.github.sardine.impl.SardineImpl
-
Validate the response using the response handler.
- execute(HttpClientContext, HttpRequestBase, ResponseHandler) - Method in class com.github.sardine.impl.SardineImpl
-
Common method as single entry point responsible fo request execution
- executeCommand() - Method in class com.github.sardine.ant.Command
-
Check the command attribute and execute it.
- exists(String) - Method in class com.github.sardine.impl.SardineImpl
- exists(String) - Method in interface com.github.sardine.Sardine
-
Performs a HTTP
HEADrequest to see if a resource exists or not. - Exists - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.exists().
- Exists() - Constructor for class com.github.sardine.ant.command.Exists
- ExistsResponseHandler - Class in com.github.sardine.impl.handler
-
ResponseHandlerwhich checks whether a given resource exists. - ExistsResponseHandler() - Constructor for class com.github.sardine.impl.handler.ExistsResponseHandler
F
- fromMultistatus(Multistatus) - Method in class com.github.sardine.report.SardineReport
- fromMultistatus(Multistatus) - Method in class com.github.sardine.report.SyncCollectionReport
G
- get(String) - Method in class com.github.sardine.impl.SardineImpl
- get(String) - Method in interface com.github.sardine.Sardine
-
Uses HTTP
GETto download data from a server. - get(String, List) - Method in class com.github.sardine.impl.SardineImpl
- get(String, Map) - Method in class com.github.sardine.impl.SardineImpl
- get(String, Map) - Method in interface com.github.sardine.Sardine
-
Uses HTTP
GETto download data from a server. - getAce() - Method in class com.github.sardine.model.Acl
- getAces() - Method in class com.github.sardine.DavAcl
- getAcl() - Method in class com.github.sardine.model.Prop
- getAcl(String) - Method in class com.github.sardine.impl.SardineImpl
- getAcl(String) - Method in interface com.github.sardine.Sardine
-
Read access control list for resource
- getActivelock() - Method in class com.github.sardine.model.Lockdiscovery
-
Gets the value of the activelock property.
- getAll() - Method in class com.github.sardine.model.Principal
- getAllprop() - Method in class com.github.sardine.model.Propfind
-
Gets the value of the allprop property.
- getAny() - Method in class com.github.sardine.model.Error
-
Gets the value of the any property.
- getAny() - Method in class com.github.sardine.model.Prop
-
Gets the value of the any property.
- getAny() - Method in class com.github.sardine.model.Report
-
Gets the value of the any property.
- getAny() - Method in class com.github.sardine.model.Resourcetype
-
Gets the value of the any property.
- getAuthenticated() - Method in class com.github.sardine.model.Principal
- getByteCount() - Method in class com.github.sardine.impl.io.ByteCountInputStream
- getCollection() - Method in class com.github.sardine.model.Resourcetype
-
Gets the value of the collection property.
- getContent() - Method in class com.github.sardine.model.Creationdate
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Deny
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Displayname
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Getcontentlanguage
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Getcontentlength
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Getcontenttype
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Getetag
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Getlastmodified
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Grant
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Group
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Keepalive
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Owner
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.Privilege
- getContent() - Method in class com.github.sardine.model.QuotaAvailableBytes
-
Gets the value of the content property.
- getContent() - Method in class com.github.sardine.model.QuotaUsedBytes
-
Gets the value of the content property.
- getcontentlanguage - Variable in class com.github.sardine.model.Prop
- getContentLanguage() - Method in class com.github.sardine.DavResource
- Getcontentlanguage - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Getcontentlanguage() - Constructor for class com.github.sardine.model.Getcontentlanguage
- getcontentlength - Variable in class com.github.sardine.model.Prop
- getContentLength() - Method in class com.github.sardine.DavResource
- Getcontentlength - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Getcontentlength() - Constructor for class com.github.sardine.model.Getcontentlength
- getcontenttype - Variable in class com.github.sardine.model.Prop
- getContentType() - Method in class com.github.sardine.DavResource
- Getcontenttype - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Getcontenttype() - Constructor for class com.github.sardine.model.Getcontenttype
- getCreation() - Method in class com.github.sardine.DavResource
- getCreationdate() - Method in class com.github.sardine.model.Prop
-
Gets the value of the creationdate property.
- getCustomProps() - Method in class com.github.sardine.DavResource
- getCustomPropsNS() - Method in class com.github.sardine.DavResource
- getDenied() - Method in class com.github.sardine.DavAce
- getDeny() - Method in class com.github.sardine.model.Ace
- getDepth() - Method in class com.github.sardine.model.Activelock
-
Gets the value of the depth property.
- getDisplayname() - Method in class com.github.sardine.model.Prop
-
Gets the value of the displayname property.
- getDisplayName() - Method in class com.github.sardine.DavPrincipal
- getDisplayName() - Method in class com.github.sardine.DavResource
- getDst() - Method in class com.github.sardine.model.Link
-
Gets the value of the dst property.
- getElement() - Method in class com.github.sardine.model.SearchRequest
- getEncoding() - Method in class com.github.sardine.ant.command.Put
-
Get the character encoding to be used.
- getError() - Method in class com.github.sardine.model.Propstat
-
Gets the value of the error property.
- getError() - Method in class com.github.sardine.model.Response
-
Gets the value of the error property.
- getetag - Variable in class com.github.sardine.model.Prop
- getEtag() - Method in class com.github.sardine.DavResource
- Getetag - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Getetag() - Constructor for class com.github.sardine.model.Getetag
- getExclusive() - Method in class com.github.sardine.model.Lockscope
-
Gets the value of the exclusive property.
- getGetcontentlanguage() - Method in class com.github.sardine.model.Prop
-
Gets the value of the getcontentlanguage property.
- getGetcontentlength() - Method in class com.github.sardine.model.Prop
-
Gets the value of the getcontentlength property.
- getGetcontenttype() - Method in class com.github.sardine.model.Prop
-
Gets the value of the getcontenttype property.
- getGetetag() - Method in class com.github.sardine.model.Prop
-
Gets the value of the getetag property.
- getGetlastmodified() - Method in class com.github.sardine.model.Prop
-
Gets the value of the getlastmodified property.
- getGrant() - Method in class com.github.sardine.model.Ace
- getGranted() - Method in class com.github.sardine.DavAce
- getGroup() - Method in class com.github.sardine.DavAcl
- getGroup() - Method in class com.github.sardine.model.Prop
- getHref() - Method in class com.github.sardine.DavResource
- getHref() - Method in class com.github.sardine.model.Group
- getHref() - Method in class com.github.sardine.model.Inherited
- getHref() - Method in class com.github.sardine.model.Location
-
Gets the value of the href property.
- getHref() - Method in class com.github.sardine.model.Locktoken
-
Gets the value of the href property.
- getHref() - Method in class com.github.sardine.model.Owner
- getHref() - Method in class com.github.sardine.model.Principal
- getHref() - Method in class com.github.sardine.model.PrincipalCollectionSet
- getHref() - Method in class com.github.sardine.model.PrincipalURL
- getHref() - Method in class com.github.sardine.model.Response
-
Gets the value of the href property.
- getImplementation() - Static method in class com.github.sardine.Version
- getInherited() - Method in class com.github.sardine.DavAce
- getInherited() - Method in class com.github.sardine.model.Ace
- getInMemoryFiltering() - Method in class com.github.sardine.ant.command.Put
-
Get the setting for in memory filtering.
- getKeepalive() - Method in class com.github.sardine.model.Propertybehavior
-
Gets the value of the keepalive property.
- getLanguage() - Method in class com.github.sardine.model.SearchRequest
- getlastmodified - Variable in class com.github.sardine.model.Prop
- Getlastmodified - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Getlastmodified() - Constructor for class com.github.sardine.model.Getlastmodified
- getLength() - Method in class com.github.sardine.impl.io.ContentLengthInputStream
- getLimit() - Method in class com.github.sardine.model.SyncCollection
-
Gets the value of the limit property.
- getLink() - Method in class com.github.sardine.model.Source
-
Gets the value of the link property.
- getLocation() - Method in class com.github.sardine.model.Response
-
Gets the value of the location property.
- getLockdiscovery() - Method in class com.github.sardine.model.Prop
-
Gets the value of the lockdiscovery property.
- getLockentry() - Method in class com.github.sardine.model.Supportedlock
-
Gets the value of the lockentry property.
- getLockscope() - Method in class com.github.sardine.model.Activelock
-
Gets the value of the lockscope property.
- getLockscope() - Method in class com.github.sardine.model.Lockentry
-
Gets the value of the lockscope property.
- getLockscope() - Method in class com.github.sardine.model.Lockinfo
-
Gets the value of the lockscope property.
- getLocktoken() - Method in class com.github.sardine.model.Activelock
-
Gets the value of the locktoken property.
- getLockToken() - Method in class com.github.sardine.DavResource
- getLocktype() - Method in class com.github.sardine.model.Activelock
-
Gets the value of the locktype property.
- getLocktype() - Method in class com.github.sardine.model.Lockentry
-
Gets the value of the locktype property.
- getLocktype() - Method in class com.github.sardine.model.Lockinfo
-
Gets the value of the locktype property.
- getMessage() - Method in exception class com.github.sardine.impl.SardineException
- getMethod() - Method in class com.github.sardine.impl.methods.HttpAcl
- getMethod() - Method in class com.github.sardine.impl.methods.HttpCopy
- getMethod() - Method in class com.github.sardine.impl.methods.HttpLock
- getMethod() - Method in class com.github.sardine.impl.methods.HttpMkCol
- getMethod() - Method in class com.github.sardine.impl.methods.HttpMove
- getMethod() - Method in class com.github.sardine.impl.methods.HttpPropFind
- getMethod() - Method in class com.github.sardine.impl.methods.HttpPropPatch
- getMethod() - Method in class com.github.sardine.impl.methods.HttpReport
- getMethod() - Method in class com.github.sardine.impl.methods.HttpSearch
- getMethod() - Method in class com.github.sardine.impl.methods.HttpUnlock
- getModified() - Method in class com.github.sardine.DavResource
- getMultistatus(InputStream) - Method in class com.github.sardine.impl.handler.MultiStatusResponseHandler
-
Helper method for getting the Multistatus response processor.
- getName() - Method in class com.github.sardine.DavResource
-
Last path component.
- getNresults() - Method in class com.github.sardine.model.Limit
-
Gets the value of the nresults property.
- getOmit() - Method in class com.github.sardine.model.Propertybehavior
-
Gets the value of the omit property.
- getOutputEncoding() - Method in class com.github.sardine.ant.command.Put
-
Get the character encoding for output files.
- getOwner() - Method in class com.github.sardine.DavAcl
- getOwner() - Method in class com.github.sardine.model.Activelock
-
Gets the value of the owner property.
- getOwner() - Method in class com.github.sardine.model.Lockinfo
-
Gets the value of the owner property.
- getOwner() - Method in class com.github.sardine.model.Prop
- getPath() - Method in class com.github.sardine.DavResource
- getPrincipal() - Method in class com.github.sardine.DavAce
- getPrincipal() - Method in class com.github.sardine.model.Ace
- getPrincipal() - Method in class com.github.sardine.model.Resourcetype
- getPrincipalCollectionSet() - Method in class com.github.sardine.model.Prop
- getPrincipalCollectionSet(String) - Method in class com.github.sardine.impl.SardineImpl
- getPrincipalCollectionSet(String) - Method in interface com.github.sardine.Sardine
-
The principals that are available on the server that implements this resource.
- getPrincipals(String) - Method in class com.github.sardine.impl.SardineImpl
- getPrincipals(String) - Method in interface com.github.sardine.Sardine
-
List the principals that can be used to set ACLs on given url
- getPrincipalType() - Method in class com.github.sardine.DavPrincipal
- getPrincipalURL() - Method in class com.github.sardine.model.Prop
- getPrivilege() - Method in class com.github.sardine.model.Deny
- getPrivilege() - Method in class com.github.sardine.model.Grant
- getProp() - Method in class com.github.sardine.model.Propfind
-
Gets the value of the prop property.
- getProp() - Method in class com.github.sardine.model.Propstat
-
Gets the value of the prop property.
- getProp() - Method in class com.github.sardine.model.Remove
-
Gets the value of the prop property.
- getProp() - Method in class com.github.sardine.model.Set
-
Gets the value of the prop property.
- getProp() - Method in class com.github.sardine.model.SyncCollection
-
Gets the value of the prop property.
- getProperty() - Method in class com.github.sardine.DavPrincipal
- getProperty() - Method in class com.github.sardine.model.Principal
- getProperty() - Method in class com.github.sardine.model.Property
- getPropname() - Method in class com.github.sardine.model.Propfind
-
Gets the value of the propname property.
- getPropstat() - Method in class com.github.sardine.model.Response
-
Gets the value of the propstat property.
- getProtected() - Method in class com.github.sardine.model.Ace
- getQuery() - Method in class com.github.sardine.model.SearchRequest
- getQuota(String) - Method in class com.github.sardine.impl.SardineImpl
- getQuota(String) - Method in interface com.github.sardine.Sardine
-
Read quota properties for resource
- getQuotaAvailableBytes() - Method in class com.github.sardine.DavQuota
- getQuotaAvailableBytes() - Method in class com.github.sardine.model.Prop
-
Gets the value of the quotaAvailableBytes property.
- getQuotaUsedBytes() - Method in class com.github.sardine.DavQuota
- getQuotaUsedBytes() - Method in class com.github.sardine.model.Prop
-
Gets the value of the quotaUsedBytes property.
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class com.github.sardine.impl.SardineRedirectStrategy
- getRemoveOrSet() - Method in class com.github.sardine.model.Propertyupdate
-
Gets the value of the removeOrSet property.
- getReport() - Method in class com.github.sardine.model.SupportedReport
-
Gets the value of the report property.
- getResources() - Method in class com.github.sardine.report.SyncCollectionReport.Result
- getResources(String) - Method in class com.github.sardine.impl.SardineImpl
- getResources(String) - Method in interface com.github.sardine.Sardine
-
Deprecated.
- getResourcetype() - Method in class com.github.sardine.model.Prop
-
Gets the value of the resourcetype property.
- getResourceTypes() - Method in class com.github.sardine.DavResource
- getResponse() - Method in class com.github.sardine.model.Multistatus
-
Gets the value of the response property.
- getResponsedescription() - Method in class com.github.sardine.model.Multistatus
-
Gets the value of the responsedescription property.
- getResponsedescription() - Method in class com.github.sardine.model.Propstat
-
Gets the value of the responsedescription property.
- getResponsedescription() - Method in class com.github.sardine.model.Response
-
Gets the value of the responsedescription property.
- getResponsePhrase() - Method in exception class com.github.sardine.impl.SardineException
-
The response phrase returned by the server.
- getSardine() - Method in class com.github.sardine.ant.Command
-
Returns the Sardine for this command.
- getSardine() - Method in class com.github.sardine.ant.SardineTask
-
Returns the sardine impl.
- getSelf() - Method in class com.github.sardine.model.Principal
- getShared() - Method in class com.github.sardine.model.Lockscope
-
Gets the value of the shared property.
- getSpecification() - Static method in class com.github.sardine.Version
- getSrc() - Method in class com.github.sardine.model.Link
-
Gets the value of the src property.
- getStatus() - Method in class com.github.sardine.model.Propstat
-
Gets the value of the status property.
- getStatus() - Method in class com.github.sardine.model.Response
-
Gets the value of the status property.
- getStatusCode() - Method in class com.github.sardine.DavResource
- getSupportedlock() - Method in class com.github.sardine.model.Prop
-
Gets the value of the supportedlock property.
- getSupportedReport() - Method in class com.github.sardine.model.SupportedReportSet
-
Gets the value of the supportedReport property.
- getSupportedReports() - Method in class com.github.sardine.DavResource
- getSupportedReportSet() - Method in class com.github.sardine.model.Prop
-
Gets the value of the supportedReportSet property.
- getSyncLevel() - Method in class com.github.sardine.model.SyncCollection
-
Gets the value of the syncLevel property.
- getSyncToken() - Method in class com.github.sardine.model.Multistatus
-
Gets the value of the syncToken property.
- getSyncToken() - Method in class com.github.sardine.model.SyncCollection
-
Gets the value of the syncToken property.
- getSyncToken() - Method in class com.github.sardine.report.SyncCollectionReport.Result
- getTimeout() - Method in class com.github.sardine.model.Activelock
-
Gets the value of the timeout property.
- getToken(InputStream) - Method in class com.github.sardine.impl.handler.LockResponseHandler
-
Helper method for getting the Multistatus response processor.
- getUnauthenticated() - Method in class com.github.sardine.model.Owner
- getUnauthenticated() - Method in class com.github.sardine.model.Principal
- getValue() - Method in class com.github.sardine.DavPrincipal
- getWrite() - Method in class com.github.sardine.model.Locktype
-
Gets the value of the write property.
- Grant - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Grant() - Constructor for class com.github.sardine.model.Grant
- Group - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Group() - Constructor for class com.github.sardine.model.Group
H
- handleResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.ETagResponseHandler
- handleResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.ExistsResponseHandler
- handleResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.HeadersResponseHandler
- handleResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.LockResponseHandler
- handleResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.MultiStatusResponseHandler
- handleResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.VoidResponseHandler
- HeadersResponseHandler - Class in com.github.sardine.impl.handler
- HeadersResponseHandler() - Constructor for class com.github.sardine.impl.handler.HeadersResponseHandler
- href - Variable in class com.github.sardine.model.Location
- href - Variable in class com.github.sardine.model.Response
- HREF - Enum constant in enum class com.github.sardine.DavPrincipal.PrincipalType
-
Principal is a String reference to an existing principal (url)
- HttpAcl - Class in com.github.sardine.impl.methods
-
Simple class for making WebDAV
ACLrequests. - HttpAcl(String) - Constructor for class com.github.sardine.impl.methods.HttpAcl
- HttpAcl(URI) - Constructor for class com.github.sardine.impl.methods.HttpAcl
- HttpCopy - Class in com.github.sardine.impl.methods
-
Simple class for making WebDAV
COPYrequests. - HttpCopy(String, String, boolean) - Constructor for class com.github.sardine.impl.methods.HttpCopy
- HttpCopy(URI, URI, boolean) - Constructor for class com.github.sardine.impl.methods.HttpCopy
- HTTPD_UNIX_DIRECTORY_CONTENT_TYPE - Static variable in class com.github.sardine.DavResource
-
content-type for
Collection. - HttpLock - Class in com.github.sardine.impl.methods
- HttpLock(String) - Constructor for class com.github.sardine.impl.methods.HttpLock
- HttpLock(URI) - Constructor for class com.github.sardine.impl.methods.HttpLock
- HttpMethodReleaseInputStream - Class in com.github.sardine.impl.io
- HttpMethodReleaseInputStream(HttpResponse) - Constructor for class com.github.sardine.impl.io.HttpMethodReleaseInputStream
- HttpMkCol - Class in com.github.sardine.impl.methods
-
Simple class for making
MKCOLrequests. - HttpMkCol(String) - Constructor for class com.github.sardine.impl.methods.HttpMkCol
- HttpMkCol(URI) - Constructor for class com.github.sardine.impl.methods.HttpMkCol
- HttpMove - Class in com.github.sardine.impl.methods
-
Simple class for making WebDAV
MOVErequests. - HttpMove(String, String, boolean) - Constructor for class com.github.sardine.impl.methods.HttpMove
- HttpMove(URI, URI, boolean) - Constructor for class com.github.sardine.impl.methods.HttpMove
- HttpPropFind - Class in com.github.sardine.impl.methods
-
Simple class for making WebDAV
PROPFINDrequests. - HttpPropFind(String) - Constructor for class com.github.sardine.impl.methods.HttpPropFind
- HttpPropFind(URI) - Constructor for class com.github.sardine.impl.methods.HttpPropFind
-
Sets the
Depthrequest header to1, meaning the request applies to the resource and its children. - HttpPropPatch - Class in com.github.sardine.impl.methods
-
Simple class for making WebDAV
PROPPATCHrequests. - HttpPropPatch(String) - Constructor for class com.github.sardine.impl.methods.HttpPropPatch
- HttpPropPatch(URI) - Constructor for class com.github.sardine.impl.methods.HttpPropPatch
- HttpReport - Class in com.github.sardine.impl.methods
- HttpReport(String) - Constructor for class com.github.sardine.impl.methods.HttpReport
- HttpReport(URI) - Constructor for class com.github.sardine.impl.methods.HttpReport
-
Sets the
Depthrequest header to0, meaning the report applies to the resource only. - HttpSearch - Class in com.github.sardine.impl.methods
- HttpSearch(String) - Constructor for class com.github.sardine.impl.methods.HttpSearch
- HttpSearch(URI) - Constructor for class com.github.sardine.impl.methods.HttpSearch
- HttpUnlock - Class in com.github.sardine.impl.methods
- HttpUnlock(String, String) - Constructor for class com.github.sardine.impl.methods.HttpUnlock
- HttpUnlock(URI, String) - Constructor for class com.github.sardine.impl.methods.HttpUnlock
I
- ignoreCookies() - Method in class com.github.sardine.impl.SardineImpl
-
Ignores cookies by always returning the IgnoreSpecFactory regardless of the cookieSpec value being looked up.
- ignoreCookies() - Method in interface com.github.sardine.Sardine
-
Ignores cookies.
- Inherited - Class in com.github.sardine.model
- Inherited() - Constructor for class com.github.sardine.model.Inherited
- isDirectory() - Method in class com.github.sardine.DavResource
-
Implementation assumes that every resource with a content type of
httpd/unix-directoryis a directory. - isFailonerror() - Method in class com.github.sardine.ant.SardineTask
-
Returns the fail on error behavior.
- isProtected() - Method in class com.github.sardine.DavAce
- isRedirectable(String) - Method in class com.github.sardine.impl.SardineRedirectStrategy
K
- Keepalive - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Keepalive() - Constructor for class com.github.sardine.model.Keepalive
- KEY - Enum constant in enum class com.github.sardine.DavPrincipal.PrincipalType
-
Principal is String as one of the special values: all, authenticated, unauthenticated, self
- KEY_ALL - Static variable in class com.github.sardine.DavPrincipal
- KEY_AUTHENTICATED - Static variable in class com.github.sardine.DavPrincipal
- KEY_SELF - Static variable in class com.github.sardine.DavPrincipal
- KEY_UNAUTHENTICATED - Static variable in class com.github.sardine.DavPrincipal
L
- LEVEL_1 - Enum constant in enum class com.github.sardine.report.SyncCollectionReport.SyncLevel
- LEVEL_INFINITY - Enum constant in enum class com.github.sardine.report.SyncCollectionReport.SyncLevel
- limit - Variable in class com.github.sardine.model.SyncCollection
- Limit - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Limit() - Constructor for class com.github.sardine.model.Limit
- Link - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Link() - Constructor for class com.github.sardine.model.Link
- list(String) - Method in class com.github.sardine.impl.SardineImpl
- list(String) - Method in interface com.github.sardine.Sardine
-
Gets a directory listing using WebDAV
PROPFIND. - list(String, int) - Method in class com.github.sardine.impl.SardineImpl
- list(String, int) - Method in interface com.github.sardine.Sardine
-
Gets a directory listing using WebDAV
PROPFIND. - list(String, int, boolean) - Method in class com.github.sardine.impl.SardineImpl
- list(String, int, boolean) - Method in interface com.github.sardine.Sardine
-
Gets a directory listing using WebDAV
PROPFIND. - list(String, int, Set) - Method in class com.github.sardine.impl.SardineImpl
- list(String, int, Set) - Method in interface com.github.sardine.Sardine
-
Gets a directory listing using WebDAV
PROPFIND. - location - Variable in class com.github.sardine.model.Response
- Location - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Location() - Constructor for class com.github.sardine.model.Location
- lock(String) - Method in class com.github.sardine.impl.SardineImpl
- lock(String) - Method in interface com.github.sardine.Sardine
-
Put an exclusive write lock on this resource.
- lockdiscovery - Variable in class com.github.sardine.model.Prop
- Lockdiscovery - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Lockdiscovery() - Constructor for class com.github.sardine.model.Lockdiscovery
- Lockentry - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Lockentry() - Constructor for class com.github.sardine.model.Lockentry
- Lockinfo - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Lockinfo() - Constructor for class com.github.sardine.model.Lockinfo
- LockResponseHandler - Class in com.github.sardine.impl.handler
- LockResponseHandler() - Constructor for class com.github.sardine.impl.handler.LockResponseHandler
- Lockscope - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Lockscope() - Constructor for class com.github.sardine.model.Lockscope
- Locktoken - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Locktoken() - Constructor for class com.github.sardine.model.Locktoken
- Locktype - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Locktype() - Constructor for class com.github.sardine.model.Locktype
M
- main(String[]) - Static method in class com.github.sardine.Version
-
A simple main method that prints the version and exits
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpAcl
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpCopy
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpLock
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpMkCol
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpMove
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpPropFind
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpPropPatch
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpReport
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpSearch
- METHOD_NAME - Static variable in class com.github.sardine.impl.methods.HttpUnlock
- move(String, String) - Method in class com.github.sardine.impl.SardineImpl
- move(String, String) - Method in interface com.github.sardine.Sardine
-
Move a url to from source to destination using WebDAV
MOVE. - move(String, String, boolean) - Method in class com.github.sardine.impl.SardineImpl
- move(String, String, boolean) - Method in interface com.github.sardine.Sardine
-
Move a url to from source to destination using WebDAV
MOVE. - move(String, String, boolean, Map) - Method in class com.github.sardine.impl.SardineImpl
- move(String, String, boolean, Map) - Method in interface com.github.sardine.Sardine
-
Move a url to from source to destination using WebDAV
MOVE. - Move - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.move().
- Move() - Constructor for class com.github.sardine.ant.command.Move
- Multistatus - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Multistatus() - Constructor for class com.github.sardine.model.Multistatus
- MultiStatusResponseHandler - Class in com.github.sardine.impl.handler
- MultiStatusResponseHandler() - Constructor for class com.github.sardine.impl.handler.MultiStatusResponseHandler
N
O
- ObjectFactory - Class in com.github.sardine.model
-
This object contains factory methods for each Java content interface and Java element interface generated in the com.github.sardine.model package.
- ObjectFactory() - Constructor for class com.github.sardine.model.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.github.sardine.model
- Omit - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Omit() - Constructor for class com.github.sardine.model.Omit
- Owner - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Owner() - Constructor for class com.github.sardine.model.Owner
P
- parseDate(String) - Static method in class com.github.sardine.util.SardineUtil
-
Loops over all the possible date formats and tries to find the right one.
- patch(String, List, List) - Method in class com.github.sardine.impl.SardineImpl
-
Creates a
Propertyupdateelement containing all properties to set from setProps and all properties to remove from removeProps. - patch(String, List, List) - Method in interface com.github.sardine.Sardine
-
Add or remove custom properties for a url using WebDAV
PROPPATCH. - patch(String, List, List, Map) - Method in class com.github.sardine.impl.SardineImpl
- patch(String, List, List, Map) - Method in interface com.github.sardine.Sardine
-
Add or remove custom properties for a url using WebDAV
PROPPATCH. - patch(String, Map) - Method in class com.github.sardine.impl.SardineImpl
- patch(String, Map) - Method in interface com.github.sardine.Sardine
-
Add custom properties for a url WebDAV
PROPPATCH. - patch(String, Map, List) - Method in class com.github.sardine.impl.SardineImpl
-
Creates a
Propertyupdateelement containing all properties to set from setProps and all properties to remove from removeProps. - patch(String, Map, List) - Method in interface com.github.sardine.Sardine
-
Add or remove custom properties for a url using WebDAV
PROPPATCH. - Principal - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Principal() - Constructor for class com.github.sardine.model.Principal
- PrincipalCollectionSet - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- PrincipalCollectionSet() - Constructor for class com.github.sardine.model.PrincipalCollectionSet
- PrincipalURL - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- PrincipalURL() - Constructor for class com.github.sardine.model.PrincipalURL
- Privilege - Class in com.github.sardine.model
- Privilege() - Constructor for class com.github.sardine.model.Privilege
- prop - Variable in class com.github.sardine.model.SyncCollection
- Prop - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Prop() - Constructor for class com.github.sardine.model.Prop
- Property - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Property() - Constructor for class com.github.sardine.model.Property
- PROPERTY - Enum constant in enum class com.github.sardine.DavPrincipal.PrincipalType
-
Principal is QNAME referencing a property (eg: DAV::owner, custom:someGroupId) that itself contains a href to an existing principal
- Propertybehavior - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Propertybehavior() - Constructor for class com.github.sardine.model.Propertybehavior
- Propertyupdate - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Propertyupdate() - Constructor for class com.github.sardine.model.Propertyupdate
- propfind(String, int, Propfind) - Method in class com.github.sardine.impl.SardineImpl
- propfind(String, int, Set) - Method in class com.github.sardine.impl.SardineImpl
- propfind(String, int, Set) - Method in interface com.github.sardine.Sardine
-
Fetches a resource using WebDAV
PROPFIND. - Propfind - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Propfind() - Constructor for class com.github.sardine.model.Propfind
- Propname - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Propname() - Constructor for class com.github.sardine.model.Propname
- propstat - Variable in class com.github.sardine.model.Response
- Propstat - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Propstat() - Constructor for class com.github.sardine.model.Propstat
- Protected - Class in com.github.sardine.model
- Protected() - Constructor for class com.github.sardine.model.Protected
- put(String, byte[]) - Method in class com.github.sardine.impl.SardineImpl
- put(String, byte[]) - Method in interface com.github.sardine.Sardine
-
Uses HTTP
PUTto send data to a server. - put(String, byte[], String) - Method in class com.github.sardine.impl.SardineImpl
- put(String, byte[], String) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto send data to a server with a specific content type header. - put(String, File, String) - Method in class com.github.sardine.impl.SardineImpl
- put(String, File, String) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto upload file to a server with specific contentType. - put(String, File, String, boolean) - Method in class com.github.sardine.impl.SardineImpl
- put(String, File, String, boolean) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto upload file to a server with specific contentType. - put(String, InputStream) - Method in class com.github.sardine.impl.SardineImpl
- put(String, InputStream) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto send data to a server. - put(String, InputStream, String) - Method in class com.github.sardine.impl.SardineImpl
- put(String, InputStream, String) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto send data to a server with a specific content type header. - put(String, InputStream, String, boolean) - Method in class com.github.sardine.impl.SardineImpl
- put(String, InputStream, String, boolean) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto send data to a server with a specific content type header. - put(String, InputStream, String, boolean, long) - Method in class com.github.sardine.impl.SardineImpl
- put(String, InputStream, String, boolean, long) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto send data to a server with a specific content type header. - put(String, InputStream, List) - Method in class com.github.sardine.impl.SardineImpl
- put(String, InputStream, Map) - Method in class com.github.sardine.impl.SardineImpl
- put(String, InputStream, Map) - Method in interface com.github.sardine.Sardine
-
Uses
PUTto send data to a server with specific headers. - put(String, HttpEntity, String, boolean) - Method in class com.github.sardine.impl.SardineImpl
-
Upload the entity using
PUT - put(String, HttpEntity, List) - Method in class com.github.sardine.impl.SardineImpl
-
Upload the entity using
PUT - put(String, HttpEntity, List, ResponseHandler) - Method in class com.github.sardine.impl.SardineImpl
- Put - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.put().
- Put() - Constructor for class com.github.sardine.ant.command.Put
Q
- quotaAvailableBytes - Variable in class com.github.sardine.model.Prop
- QuotaAvailableBytes - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- QuotaAvailableBytes() - Constructor for class com.github.sardine.model.QuotaAvailableBytes
- quotaUsedBytes - Variable in class com.github.sardine.model.Prop
- QuotaUsedBytes - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- QuotaUsedBytes() - Constructor for class com.github.sardine.model.QuotaUsedBytes
R
- read() - Method in class com.github.sardine.impl.io.ByteCountInputStream
- read() - Method in class com.github.sardine.impl.io.ConsumingInputStream
- read() - Method in class com.github.sardine.impl.io.ContentLengthInputStream
- read(byte[]) - Method in class com.github.sardine.impl.io.ByteCountInputStream
- read(byte[]) - Method in class com.github.sardine.impl.io.ConsumingInputStream
- read(byte[]) - Method in class com.github.sardine.impl.io.ContentLengthInputStream
- read(byte[], int, int) - Method in class com.github.sardine.impl.io.ByteCountInputStream
- read(byte[], int, int) - Method in class com.github.sardine.impl.io.ConsumingInputStream
- read(byte[], int, int) - Method in class com.github.sardine.impl.io.ContentLengthInputStream
- Read - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Read() - Constructor for class com.github.sardine.model.Read
- ReadAcl - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- ReadAcl() - Constructor for class com.github.sardine.model.ReadAcl
- ReadCurrentUserPrivilegeSet - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- ReadCurrentUserPrivilegeSet() - Constructor for class com.github.sardine.model.ReadCurrentUserPrivilegeSet
- RecursiveGet - Class in com.github.sardine.ant.command
-
A nice ant wrapper around sardine.list() and sardine.get().
- RecursiveGet() - Constructor for class com.github.sardine.ant.command.RecursiveGet
- refreshLock(String, String, String) - Method in class com.github.sardine.impl.SardineImpl
- refreshLock(String, String, String) - Method in interface com.github.sardine.Sardine
-
A LOCK request with no request body is a "LOCK refresh" request.
- Remove - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Remove() - Constructor for class com.github.sardine.model.Remove
- report - Variable in class com.github.sardine.model.SupportedReport
- report(String, int, SardineReport) - Method in class com.github.sardine.impl.SardineImpl
- report(String, int, SardineReport) - Method in interface com.github.sardine.Sardine
-
Runs a report on the given resource using WebDAV
REPORT. - Report - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Report() - Constructor for class com.github.sardine.model.Report
- resourcetype - Variable in class com.github.sardine.model.Prop
- Resourcetype - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Resourcetype() - Constructor for class com.github.sardine.model.Resourcetype
- response - Variable in class com.github.sardine.model.Multistatus
- Response - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Response() - Constructor for class com.github.sardine.model.Response
- responsedescription - Variable in class com.github.sardine.model.Multistatus
- responsedescription - Variable in class com.github.sardine.model.Response
S
- Sardine - Interface in com.github.sardine
-
The main interface for Sardine operations.
- SardineException - Exception Class in com.github.sardine.impl
-
Specialized type of exception for Sardine so that it is easy to get the error information from it.
- SardineException(String, int, String) - Constructor for exception class com.github.sardine.impl.SardineException
- SardineFactory - Class in com.github.sardine
-
The perfect name for a class.
- SardineImpl - Class in com.github.sardine.impl
-
Implementation of the Sardine interface.
- SardineImpl() - Constructor for class com.github.sardine.impl.SardineImpl
-
Access resources with no authentication
- SardineImpl(String) - Constructor for class com.github.sardine.impl.SardineImpl
-
Access resources with Bearer authorization
- SardineImpl(String, String) - Constructor for class com.github.sardine.impl.SardineImpl
-
Supports standard authentication mechanisms
- SardineImpl(String, String, ProxySelector) - Constructor for class com.github.sardine.impl.SardineImpl
- SardineImpl(HttpClientBuilder) - Constructor for class com.github.sardine.impl.SardineImpl
- SardineImpl(HttpClientBuilder, String, String) - Constructor for class com.github.sardine.impl.SardineImpl
- SardineRedirectStrategy - Class in com.github.sardine.impl
- SardineRedirectStrategy() - Constructor for class com.github.sardine.impl.SardineRedirectStrategy
- SardineReport<T> - Class in com.github.sardine.report
- SardineReport() - Constructor for class com.github.sardine.report.SardineReport
- SardineTask - Class in com.github.sardine.ant
-
Controller for the Sardine ant Task
- SardineTask() - Constructor for class com.github.sardine.ant.SardineTask
- SardineUtil - Class in com.github.sardine.util
-
Basic utility code.
- search(String, String, String) - Method in class com.github.sardine.impl.SardineImpl
- search(String, String, String) - Method in interface com.github.sardine.Sardine
-
Perform a search of the Webdav repository.
- SearchRequest - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- SearchRequest() - Constructor for class com.github.sardine.model.SearchRequest
- SearchRequest(String, String) - Constructor for class com.github.sardine.model.SearchRequest
- Self - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Self() - Constructor for class com.github.sardine.model.Self
- Set - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Set() - Constructor for class com.github.sardine.model.Set
- setAce(List) - Method in class com.github.sardine.model.Acl
- setAcl(Acl) - Method in class com.github.sardine.model.Prop
- setAcl(String, List) - Method in class com.github.sardine.impl.SardineImpl
- setAcl(String, List) - Method in interface com.github.sardine.Sardine
-
Write access control list for resource
- setAll(All) - Method in class com.github.sardine.model.Principal
- setAllprop(Allprop) - Method in class com.github.sardine.model.Propfind
-
Sets the value of the allprop property.
- setAny(Object) - Method in class com.github.sardine.model.Error
-
Sets the value of the any property.
- setAny(Element) - Method in class com.github.sardine.model.Report
-
Sets the value of the any property.
- setAuthenticated(Authenticated) - Method in class com.github.sardine.model.Principal
- setCollection(Collection) - Method in class com.github.sardine.model.Resourcetype
-
Sets the value of the collection property.
- setContent(List) - Method in class com.github.sardine.model.Privilege
- setContentType(String) - Method in class com.github.sardine.ant.command.Put
-
Set optional content type of the source file.
- setCreationdate(Creationdate) - Method in class com.github.sardine.model.Prop
-
Sets the value of the creationdate property.
- setCredentials(String, String) - Method in class com.github.sardine.impl.SardineImpl
-
Add credentials to any scope.
- setCredentials(String, String) - Method in interface com.github.sardine.Sardine
-
Add credentials to any scope.
- setCredentials(String, String, String, String) - Method in class com.github.sardine.impl.SardineImpl
- setCredentials(String, String, String, String) - Method in interface com.github.sardine.Sardine
- setCredentials(CredentialsProvider) - Method in class com.github.sardine.impl.SardineImpl
- setCustomProps(String, Map, List) - Method in class com.github.sardine.impl.SardineImpl
- setCustomProps(String, Map, List) - Method in interface com.github.sardine.Sardine
-
Deprecated.
- setDeny(Deny) - Method in class com.github.sardine.model.Ace
- setDepth(String) - Method in class com.github.sardine.impl.methods.HttpLock
-
The Depth header may be used with the
LOCKmethod. - setDepth(String) - Method in class com.github.sardine.impl.methods.HttpPropFind
-
A client may submit a Depth header with a value of "0", "1", or "infinity" with a
Propfindon a collection resource with internal member URIs. - setDepth(String) - Method in class com.github.sardine.impl.methods.HttpReport
-
A client may submit a Depth header with a value of "0", "1", or "infinity" with a
Propfindon a collection resource with internal member URIs. - setDepth(String) - Method in class com.github.sardine.model.Activelock
-
Sets the value of the depth property.
- setDisplayname(Displayname) - Method in class com.github.sardine.model.Prop
-
Sets the value of the displayname property.
- setDomain(String) - Method in class com.github.sardine.ant.SardineTask
-
Setter for attribute domain for NTLM authentication.
- setDstUrl(String) - Method in class com.github.sardine.ant.command.Copy
-
Set the destination URL
- setDstUrl(String) - Method in class com.github.sardine.ant.command.Move
-
Set the destination URL.
- setEncoding(String) - Method in class com.github.sardine.ant.command.Put
-
Set the character encoding.
- setError(Error) - Method in class com.github.sardine.model.Propstat
-
Sets the value of the error property.
- setError(Error) - Method in class com.github.sardine.model.Response
-
Sets the value of the error property.
- setExclusive(Exclusive) - Method in class com.github.sardine.model.Lockscope
-
Sets the value of the exclusive property.
- setFailonerror(boolean) - Method in class com.github.sardine.ant.SardineTask
-
Set the fail on error behavior.
- setFile(File) - Method in class com.github.sardine.ant.command.Put
-
Set source file.
- setGetcontentlanguage(Getcontentlanguage) - Method in class com.github.sardine.model.Prop
-
Sets the value of the getcontentlanguage property.
- setGetcontentlength(Getcontentlength) - Method in class com.github.sardine.model.Prop
-
Sets the value of the getcontentlength property.
- setGetcontenttype(Getcontenttype) - Method in class com.github.sardine.model.Prop
-
Sets the value of the getcontenttype property.
- setGetetag(Getetag) - Method in class com.github.sardine.model.Prop
-
Sets the value of the getetag property.
- setGetlastmodified(Getlastmodified) - Method in class com.github.sardine.model.Prop
-
Sets the value of the getlastmodified property.
- setGrant(Grant) - Method in class com.github.sardine.model.Ace
- setGroup(Group) - Method in class com.github.sardine.model.Prop
- setHref(String) - Method in class com.github.sardine.model.Group
- setHref(String) - Method in class com.github.sardine.model.Inherited
- setHref(String) - Method in class com.github.sardine.model.Location
-
Sets the value of the href property.
- setHref(String) - Method in class com.github.sardine.model.Owner
- setHref(String) - Method in class com.github.sardine.model.Principal
- setHref(String) - Method in class com.github.sardine.model.PrincipalURL
- setHref(List) - Method in class com.github.sardine.model.PrincipalCollectionSet
- setIgnoreCookies(boolean) - Method in class com.github.sardine.ant.SardineTask
-
Setter for attribute ignoreCookies.
- setInfinite() - Method in class com.github.sardine.impl.methods.HttpLock
-
Desires an infinite length lock.
- setInherited(Inherited) - Method in class com.github.sardine.model.Ace
- setInMemoryFiltering(boolean) - Method in class com.github.sardine.ant.command.Put
-
Defines whether the filtering result should be stored in memory or in a temporary file before it becomes put.
- setKeepalive(Keepalive) - Method in class com.github.sardine.model.Propertybehavior
-
Sets the value of the keepalive property.
- setLanguage(String) - Method in class com.github.sardine.model.SearchRequest
- setLimit(Limit) - Method in class com.github.sardine.model.SyncCollection
-
Sets the value of the limit property.
- setLocalDirectory(String) - Method in class com.github.sardine.ant.command.RecursiveGet
- setLocation(Location) - Method in class com.github.sardine.model.Response
-
Sets the value of the location property.
- setLockdiscovery(Lockdiscovery) - Method in class com.github.sardine.model.Prop
-
Sets the value of the lockdiscovery property.
- setLockscope(Lockscope) - Method in class com.github.sardine.model.Activelock
-
Sets the value of the lockscope property.
- setLockscope(Lockscope) - Method in class com.github.sardine.model.Lockentry
-
Sets the value of the lockscope property.
- setLockscope(Lockscope) - Method in class com.github.sardine.model.Lockinfo
-
Sets the value of the lockscope property.
- setLocktoken(Locktoken) - Method in class com.github.sardine.model.Activelock
-
Sets the value of the locktoken property.
- setLocktype(Locktype) - Method in class com.github.sardine.model.Activelock
-
Sets the value of the locktype property.
- setLocktype(Locktype) - Method in class com.github.sardine.model.Lockentry
-
Sets the value of the locktype property.
- setLocktype(Locktype) - Method in class com.github.sardine.model.Lockinfo
-
Sets the value of the locktype property.
- setNresults(BigInteger) - Method in class com.github.sardine.model.Limit
-
Sets the value of the nresults property.
- setOmit(Omit) - Method in class com.github.sardine.model.Propertybehavior
-
Sets the value of the omit property.
- setOutputEncoding(String) - Method in class com.github.sardine.ant.command.Put
-
Set the character encoding for output files.
- setOverwriteFiles(boolean) - Method in class com.github.sardine.ant.command.RecursiveGet
- setOwner(Owner) - Method in class com.github.sardine.model.Activelock
-
Sets the value of the owner property.
- setOwner(Owner) - Method in class com.github.sardine.model.Lockinfo
-
Sets the value of the owner property.
- setOwner(Owner) - Method in class com.github.sardine.model.Prop
- setPassword(String) - Method in class com.github.sardine.ant.SardineTask
-
Setter for attribute password.
- setPreemptiveAuthenticationHost(String) - Method in class com.github.sardine.ant.SardineTask
-
Setter for attribute preemptiveAuthenticationHost.
- setPrincipal(Principal) - Method in class com.github.sardine.model.Ace
- setPrincipal(Principal) - Method in class com.github.sardine.model.Resourcetype
- setPrincipalCollectionSet(PrincipalCollectionSet) - Method in class com.github.sardine.model.Prop
- setPrincipalURL(PrincipalURL) - Method in class com.github.sardine.model.Prop
- setPrivilege(List) - Method in class com.github.sardine.model.Deny
- setPrivilege(List) - Method in class com.github.sardine.model.Grant
- setProp(Prop) - Method in class com.github.sardine.model.Propfind
-
Sets the value of the prop property.
- setProp(Prop) - Method in class com.github.sardine.model.Propstat
-
Sets the value of the prop property.
- setProp(Prop) - Method in class com.github.sardine.model.Remove
-
Sets the value of the prop property.
- setProp(Prop) - Method in class com.github.sardine.model.Set
-
Sets the value of the prop property.
- setProp(Prop) - Method in class com.github.sardine.model.SyncCollection
-
Sets the value of the prop property.
- setProperty(Property) - Method in class com.github.sardine.model.Principal
- setProperty(String) - Method in class com.github.sardine.ant.command.Exists
-
Set property to set if URL exists.
- setProperty(Element) - Method in class com.github.sardine.model.Property
- setPropname(Propname) - Method in class com.github.sardine.model.Propfind
-
Sets the value of the propname property.
- setProtected(Protected) - Method in class com.github.sardine.model.Ace
- setQuery(String) - Method in class com.github.sardine.model.SearchRequest
- setQuotaAvailableBytes(QuotaAvailableBytes) - Method in class com.github.sardine.model.Prop
-
Sets the value of the quotaAvailableBytes property.
- setQuotaUsedBytes(QuotaUsedBytes) - Method in class com.github.sardine.model.Prop
-
Sets the value of the quotaUsedBytes property.
- setRemoteDirectory(String) - Method in class com.github.sardine.ant.command.RecursiveGet
- setReport(Report) - Method in class com.github.sardine.model.SupportedReport
-
Sets the value of the report property.
- setResourcetype(Resourcetype) - Method in class com.github.sardine.model.Prop
-
Sets the value of the resourcetype property.
- setResponsedescription(String) - Method in class com.github.sardine.model.Multistatus
-
Sets the value of the responsedescription property.
- setResponsedescription(String) - Method in class com.github.sardine.model.Propstat
-
Sets the value of the responsedescription property.
- setResponsedescription(String) - Method in class com.github.sardine.model.Response
-
Sets the value of the responsedescription property.
- setSelf(Self) - Method in class com.github.sardine.model.Principal
- setServerUrl(String) - Method in class com.github.sardine.ant.command.RecursiveGet
- setShared(Shared) - Method in class com.github.sardine.model.Lockscope
-
Sets the value of the shared property.
- setSkipExistingFiles(boolean) - Method in class com.github.sardine.ant.command.RecursiveGet
- setSrcUrl(String) - Method in class com.github.sardine.ant.command.Copy
-
Set the source URL
- setSrcUrl(String) - Method in class com.github.sardine.ant.command.Move
-
Set the source URL.
- setStatus(String) - Method in class com.github.sardine.model.Propstat
-
Sets the value of the status property.
- setStatus(String) - Method in class com.github.sardine.model.Response
-
Sets the value of the status property.
- setSupportedlock(Supportedlock) - Method in class com.github.sardine.model.Prop
-
Sets the value of the supportedlock property.
- setSupportedReportSet(SupportedReportSet) - Method in class com.github.sardine.model.Prop
-
Sets the value of the supportedReportSet property.
- setSyncLevel(String) - Method in class com.github.sardine.model.SyncCollection
-
Sets the value of the syncLevel property.
- setSyncToken(String) - Method in class com.github.sardine.model.Multistatus
-
Sets the value of the syncToken property.
- setSyncToken(String) - Method in class com.github.sardine.model.SyncCollection
-
Sets the value of the syncToken property.
- setTask(SardineTask) - Method in class com.github.sardine.ant.Command
-
Sets the SardineTask
- setTimeout(int) - Method in class com.github.sardine.impl.methods.HttpLock
-
Clients may include Timeout headers in their LOCK requests.
- setTimeout(String) - Method in class com.github.sardine.model.Activelock
-
Sets the value of the timeout property.
- setUnauthenticated(Unauthenticated) - Method in class com.github.sardine.model.Owner
- setUnauthenticated(Unauthenticated) - Method in class com.github.sardine.model.Principal
- setUrl(String) - Method in class com.github.sardine.ant.command.CreateDirectory
-
Set the URL to create.
- setUrl(String) - Method in class com.github.sardine.ant.command.Delete
-
Set URL to delete.
- setUrl(String) - Method in class com.github.sardine.ant.command.Exists
-
Set URL to check.
- setUrl(String) - Method in class com.github.sardine.ant.command.Put
-
Set destination URL.
- setUsername(String) - Method in class com.github.sardine.ant.SardineTask
-
Setter for attribute username.
- setWorkstation(String) - Method in class com.github.sardine.ant.SardineTask
-
Setter for attribute workstation for NTLM authentication.
- setWrite(Write) - Method in class com.github.sardine.model.Locktype
-
Sets the value of the write property.
- Shared - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Shared() - Constructor for class com.github.sardine.model.Shared
- shutdown() - Method in class com.github.sardine.impl.SardineImpl
- shutdown() - Method in interface com.github.sardine.Sardine
-
Releasing any resources that might be held open.
- SimplePrivilege - Interface in com.github.sardine.model
- skip(long) - Method in class com.github.sardine.impl.io.ByteCountInputStream
- Source - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Source() - Constructor for class com.github.sardine.model.Source
- status - Variable in class com.github.sardine.model.Response
- supportedlock - Variable in class com.github.sardine.model.Prop
- Supportedlock - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Supportedlock() - Constructor for class com.github.sardine.model.Supportedlock
- supportedReport - Variable in class com.github.sardine.model.SupportedReportSet
- SupportedReport - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- SupportedReport() - Constructor for class com.github.sardine.model.SupportedReport
- supportedReportSet - Variable in class com.github.sardine.model.Prop
- SupportedReportSet - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- SupportedReportSet() - Constructor for class com.github.sardine.model.SupportedReportSet
- SyncCollection - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- SyncCollection() - Constructor for class com.github.sardine.model.SyncCollection
- SyncCollectionReport - Class in com.github.sardine.report
- SyncCollectionReport(String, SyncCollectionReport.SyncLevel, Set, Integer) - Constructor for class com.github.sardine.report.SyncCollectionReport
- SyncCollectionReport.Result - Class in com.github.sardine.report
- SyncCollectionReport.SyncLevel - Enum Class in com.github.sardine.report
- syncLevel - Variable in class com.github.sardine.model.SyncCollection
- syncToken - Variable in class com.github.sardine.model.Multistatus
- syncToken - Variable in class com.github.sardine.model.SyncCollection
T
- toJaxb() - Method in class com.github.sardine.report.SardineReport
- toJaxb() - Method in class com.github.sardine.report.SyncCollectionReport
- toModel() - Method in class com.github.sardine.DavAce
- toQName(List) - Static method in class com.github.sardine.util.SardineUtil
- toQName(Map) - Static method in class com.github.sardine.util.SardineUtil
- toQName(Element) - Static method in class com.github.sardine.util.SardineUtil
- toString() - Method in class com.github.sardine.DavPrincipal
- toString() - Method in class com.github.sardine.DavResource
- toString() - Method in enum class com.github.sardine.report.SyncCollectionReport.SyncLevel
- toXml() - Method in class com.github.sardine.report.SardineReport
- toXml(Object) - Static method in class com.github.sardine.util.SardineUtil
U
- Unauthenticated - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Unauthenticated() - Constructor for class com.github.sardine.model.Unauthenticated
- UnBind - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- UnBind() - Constructor for class com.github.sardine.model.UnBind
- unlock(String, String) - Method in class com.github.sardine.impl.SardineImpl
- unlock(String, String) - Method in interface com.github.sardine.Sardine
-
Unlock the resource.
- Unlock - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Unlock() - Constructor for class com.github.sardine.model.Unlock
- unmarshal(InputStream) - Static method in class com.github.sardine.util.SardineUtil
V
- validateAttributes() - Method in class com.github.sardine.ant.command.Copy
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateAttributes() - Method in class com.github.sardine.ant.command.CreateDirectory
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateAttributes() - Method in class com.github.sardine.ant.command.Delete
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateAttributes() - Method in class com.github.sardine.ant.command.Exists
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateAttributes() - Method in class com.github.sardine.ant.command.Move
- validateAttributes() - Method in class com.github.sardine.ant.command.Put
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateAttributes() - Method in class com.github.sardine.ant.command.RecursiveGet
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateAttributes() - Method in class com.github.sardine.ant.Command
-
This is called prior to
Command.execute()in order to enable the command implementation to validate the provided attributes. - validateResponse(HttpResponse) - Method in class com.github.sardine.impl.handler.ValidatingResponseHandler
-
Checks the response for a statuscode between
HttpStatus.SC_OKandHttpStatus.SC_MULTIPLE_CHOICESand throws anSardineExceptionotherwise. - ValidatingResponseHandler<T> - Class in com.github.sardine.impl.handler
-
Basic response handler which takes an url for documentation.
- ValidatingResponseHandler() - Constructor for class com.github.sardine.impl.handler.ValidatingResponseHandler
- valueOf(String) - Static method in enum class com.github.sardine.DavPrincipal.PrincipalType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.sardine.report.SyncCollectionReport.SyncLevel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.sardine.DavPrincipal.PrincipalType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.sardine.report.SyncCollectionReport.SyncLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in com.github.sardine
-
Provides version information from the manifest.
- VoidResponseHandler - Class in com.github.sardine.impl.handler
-
ResponseHandlerwhich just executes the request and checks the answer is in the valid range ofValidatingResponseHandler.validateResponse(org.apache.http.HttpResponse). - VoidResponseHandler() - Constructor for class com.github.sardine.impl.handler.VoidResponseHandler
W
- Write - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- Write() - Constructor for class com.github.sardine.model.Write
- WriteContent - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- WriteContent() - Constructor for class com.github.sardine.model.WriteContent
- WriteProperties - Class in com.github.sardine.model
-
Java class for anonymous complex type.
- WriteProperties() - Constructor for class com.github.sardine.model.WriteProperties
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form