Class HttpFileContentInfoFactory
- java.lang.Object
-
- org.apache.commons.vfs.provider.http.HttpFileContentInfoFactory
-
- All Implemented Interfaces:
FileContentInfoFactory
public class HttpFileContentInfoFactory extends java.lang.Object implements FileContentInfoFactory
Description- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
-
Constructor Summary
Constructors Constructor Description HttpFileContentInfoFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileContentInfo
create(FileContent fileContent)
-
-
-
Method Detail
-
create
public FileContentInfo create(FileContent fileContent) throws FileSystemException
- Specified by:
create
in interfaceFileContentInfoFactory
- Throws:
FileSystemException
-
-