Class Http5FileContentInfoFactory
java.lang.Object
org.apache.commons.vfs2.provider.http5.Http5FileContentInfoFactory
- All Implemented Interfaces:
FileContentInfoFactory
Creates
FileContentInfoFactory
instances for http5 provider.- Since:
- 2.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FileContent fileContent) Creates a FileContentInfo for the given FileContent.
-
Constructor Details
-
Http5FileContentInfoFactory
public Http5FileContentInfoFactory()Constructs a new instance.
-
-
Method Details
-
create
Description copied from interface:FileContentInfoFactory
Creates a FileContentInfo for the given FileContent.- Specified by:
create
in interfaceFileContentInfoFactory
- Parameters:
fileContent
- Use this FileContent to create a matching FileContentInfo- Returns:
- a FileContentInfo for the given FileContent.
- Throws:
FileSystemException
- when a problem occurs creating the FileContentInfo.
-