org.apache.commons.vfs2.provider.webdav
Class WebdavFileContentInfoFactory

java.lang.Object
  extended by org.apache.commons.vfs2.provider.webdav.WebdavFileContentInfoFactory
All Implemented Interfaces:
FileContentInfoFactory

public class WebdavFileContentInfoFactory
extends java.lang.Object
implements FileContentInfoFactory

Determines the content information for files accessed via WebDAV.

Since:
2.0
Author:
Commons VFS team

Constructor Summary
WebdavFileContentInfoFactory()
           
 
Method Summary
 FileContentInfo create(FileContent fileContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebdavFileContentInfoFactory

public WebdavFileContentInfoFactory()
Method Detail

create

public FileContentInfo create(FileContent fileContent)
                       throws FileSystemException
Specified by:
create in interface FileContentInfoFactory
Throws:
FileSystemException