File: README

package info (click to toggle)
slide-webdavclient 2.1%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,348 kB
  • ctags: 2,173
  • sloc: java: 16,503; xml: 521; makefile: 49; sh: 10
file content (27 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Slide 2.0 WebDAV client
==========================

This module of Slide contains a WebDAV client implementation and a
command line client that can be used to access a WebDAV server.
The command line client is also a example for the usage of the
client library.

Building client library
---------------------------

This module is distributed with a Ant build script. Following
targets can be used:

- build-clientlib: Compile
- dist-clientlib: Build jar lib with WebDav client and copy required jars to build/lib
- javadoc-clientlib: Create API documentation
- build-cmd: Build commandline client
- dist-cmd: Distribute commandline client with required jars
- all: dist and javadoc are executed

Using client library
------------------------

The class org.apache.webdav.lib.WebdavResource is the main interface
to the client. Usage examples can be found in the implementation of 
the command line client.