org.apache.ivy.plugins.repository.vfs
Class IvyWebdavFileProvider

java.lang.Object
  extended by WebdavFileProvider
      extended by org.apache.ivy.plugins.repository.vfs.IvyWebdavFileProvider

public class IvyWebdavFileProvider
extends WebdavFileProvider

Modified version of the WebdavFileProvider from VFS which adds support for httpclient 3.x. See http://issues.apache.org/jira/browse/VFS-74 for more info. A provider for WebDAV.

Version:
$Revision: 417178 $ $Date: 2006-06-26 05:31:41 -0700 (Mon, 26 Jun 2006) $
Author:
Adam Murdoch, Maarten Coene

Constructor Summary
IvyWebdavFileProvider()
           
 
Method Summary
protected  FileSystem doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)
          Creates a filesystem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvyWebdavFileProvider

public IvyWebdavFileProvider()
Method Detail

doCreateFileSystem

protected FileSystem doCreateFileSystem(FileName name,
                                        FileSystemOptions fileSystemOptions)
                                 throws FileSystemException
Creates a filesystem.

Throws:
FileSystemException