|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebDAVFactory | |
---|---|
org.eclipse.webdav.client | Provides support for the WebDAV protocol. |
Uses of WebDAVFactory in org.eclipse.webdav.client |
---|
Fields in org.eclipse.webdav.client declared as WebDAVFactory | |
---|---|
protected WebDAVFactory |
DAVClient.davFactory
|
Methods in org.eclipse.webdav.client that return WebDAVFactory | |
---|---|
WebDAVFactory |
DAVClient.getDAVFactory()
|
Constructors in org.eclipse.webdav.client with parameters of type WebDAVFactory | |
---|---|
DAVClient(WebDAVFactory davFactory)
Creates a new DAV client. |
|
LocalDAVClient(WebDAVFactory webDAVFactory,
IServer server)
Creates a new local DAV client that talks to the server at the specified origin. |
|
RemoteDAVClient(WebDAVFactory webDAVFactory,
HttpClient httpClient)
Creates a new remote DAV client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |