|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.util.WebDavUtils
public abstract class WebDavUtils
Collection of utility methods for working with a webDAV server This isn't used at the moment, because it's broken!!!
| Constructor Summary | |
|---|---|
WebDavUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List |
getVersionsOfResource(org.apache.webdav.lib.WebdavResource wdr)
Returns a list of paths for each version of a webDAV resource in order from oldest to newest Needed as WebdavResource.reportMethod() does not preserve the order of results (uses a hashmap) |
static org.apache.commons.httpclient.HttpURL |
uriToHttpURL(java.lang.String uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDavUtils()
| Method Detail |
|---|
public static java.util.List getVersionsOfResource(org.apache.webdav.lib.WebdavResource wdr)
throws java.io.IOException
wdr - any resource connected to a webDAV server
java.io.IOException
public static org.apache.commons.httpclient.HttpURL uriToHttpURL(java.lang.String uri)
throws org.apache.commons.httpclient.URIException
org.apache.commons.httpclient.URIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||