Class WebdavFileContentInfoFactory
java.lang.Object
org.apache.commons.vfs2.provider.webdav.WebdavFileContentInfoFactory
- All Implemented Interfaces:
org.apache.commons.vfs2.FileContentInfoFactory
public class WebdavFileContentInfoFactory
extends Object
implements org.apache.commons.vfs2.FileContentInfoFactory
Determines the content information for files accessed via WebDAV.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.vfs2.FileContentInfo
create
(org.apache.commons.vfs2.FileContent fileContent)
-
Constructor Details
-
WebdavFileContentInfoFactory
public WebdavFileContentInfoFactory()Constructs a new instance.
-
-
Method Details
-
create
public org.apache.commons.vfs2.FileContentInfo create(org.apache.commons.vfs2.FileContent fileContent) throws org.apache.commons.vfs2.FileSystemException - Specified by:
create
in interfaceorg.apache.commons.vfs2.FileContentInfoFactory
- Throws:
org.apache.commons.vfs2.FileSystemException
-