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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(FileContent fileContent) Creates a FileContentInfo for the given FileContent.
- 
Constructor Details- 
Http5FileContentInfoFactorypublic Http5FileContentInfoFactory()Constructs a new instance.
 
- 
- 
Method Details- 
createDescription copied from interface:FileContentInfoFactoryCreates a FileContentInfo for the given FileContent.- Specified by:
- createin interface- FileContentInfoFactory
- 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.
 
 
-