use of org.apache.commons.vfs2.provider.webdav.WebdavFileProvider in project commons-vfs by apache.
the class WebdavProviderTestCase method prepare.
/**
* Prepares the file system manager.
*/
@Override
public void prepare(final DefaultFileSystemManager manager) throws Exception {
manager.addProvider("webdav", new WebdavFileProvider());
manager.addProvider("tmp", new TemporaryFileProvider());
}
Aggregations