|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sardine
The main interface for Sardine operations.
Method Summary | |
---|---|
void |
copy(java.lang.String sourceUrl,
java.lang.String destinationUrl)
Copy a url from source to destination. |
void |
createDirectory(java.lang.String url)
Uses webdav to create a directory at the specified url |
void |
delete(java.lang.String url)
Delete a resource at the specified url |
java.io.InputStream |
getInputStream(java.lang.String url)
Uses HttpGet to get an input stream for a url |
java.util.List<DavResource> |
getResources(java.lang.String url)
Gets a directory listing. |
void |
move(java.lang.String sourceUrl,
java.lang.String destinationUrl)
Move a url to from source to destination. |
void |
put(java.lang.String url,
byte[] data)
Uses webdav put to send data to a server |
Method Detail |
---|
java.util.List<DavResource> getResources(java.lang.String url) throws SardineException
SardineException
java.io.InputStream getInputStream(java.lang.String url) throws SardineException
SardineException
void put(java.lang.String url, byte[] data) throws SardineException
SardineException
void delete(java.lang.String url) throws SardineException
SardineException
void createDirectory(java.lang.String url) throws SardineException
SardineException
void move(java.lang.String sourceUrl, java.lang.String destinationUrl) throws SardineException
SardineException
void copy(java.lang.String sourceUrl, java.lang.String destinationUrl) throws SardineException
SardineException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |