hu.midori.kosmos.server.util
Class WebdavUtils

java.lang.Object
  extended by hu.midori.kosmos.server.util.WebdavUtils

public class WebdavUtils
extends java.lang.Object

Utility methods for WebDAV management.

Version:
$Id$
Author:
Aron Gombas

Constructor Summary
protected WebdavUtils()
          This class should never be instantiated.
 
Method Summary
static void dumpResourceChildren(org.apache.webdav.lib.WebdavResource resource)
          Writes the children of a given resources to the log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebdavUtils

protected WebdavUtils()
This class should never be instantiated.

Method Detail

dumpResourceChildren

public static void dumpResourceChildren(org.apache.webdav.lib.WebdavResource resource)
                                 throws org.apache.commons.httpclient.HttpException,
                                        java.io.IOException
Writes the children of a given resources to the log.

Throws:
org.apache.commons.httpclient.HttpException
java.io.IOException