|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.webdav.client.DAVClient
public abstract class DAVClient
Dav Client
s implement the IServer
interface
and represent a client's connection to a server.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary | |
---|---|
protected WebDAVFactory |
davFactory
|
Constructor Summary | |
---|---|
DAVClient(DAVClient davClient)
Creates a new DAV client from a clone of the given DAV client. |
|
DAVClient(WebDAVFactory davFactory)
Creates a new DAV client. |
Method Summary | |
---|---|
protected abstract Object |
clone()
|
void |
close()
Shut down the client for future use, and release any system resources associated with the instance. |
WebDAVFactory |
getDAVFactory()
|
protected IContext |
newContext(IContext userContext,
ILocator locator)
Returns a new context that is based on the given context. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.webdav.IServer |
---|
baselineControl, bind, checkin, checkout, copy, delete, get, head, label, lock, merge, mkactivity, mkcol, mkworkspace, move, options, post, propfind, proppatch, put, report, trace, uncheckout, unlock, update, versionControl |
Field Detail |
---|
protected WebDAVFactory davFactory
Constructor Detail |
---|
public DAVClient(DAVClient davClient)
davClient
- the DAV client to clonepublic DAVClient(WebDAVFactory davFactory)
davFactory
- Method Detail |
---|
protected abstract Object clone()
clone
in class Object
Object.clone()
public WebDAVFactory getDAVFactory()
protected IContext newContext(IContext userContext, ILocator locator) throws MalformedURLException
userContext
- locator
-
MalformedURLException
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |