Class Webdav4FileContentInfoFactory
java.lang.Object
org.apache.commons.vfs2.provider.webdav4.Webdav4FileContentInfoFactory
- All Implemented Interfaces:
org.apache.commons.vfs2.FileContentInfoFactory
public class Webdav4FileContentInfoFactory
extends Object
implements org.apache.commons.vfs2.FileContentInfoFactory
Determines the content information for files accessed via WebDAV.
- Since:
- 2.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.vfs2.FileContentInfo
create
(org.apache.commons.vfs2.FileContent fileContent)
-
Constructor Details
-
Webdav4FileContentInfoFactory
public Webdav4FileContentInfoFactory()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
-