Class Http4FileContentInfoFactory
java.lang.Object
org.apache.commons.vfs2.provider.http4.Http4FileContentInfoFactory
- All Implemented Interfaces:
- FileContentInfoFactory
@Deprecated
public class Http4FileContentInfoFactory
extends Object
implements FileContentInfoFactory
Deprecated.
Creates 
FileContentInfoFactory instances for http4 provider.- Since:
- 2.3
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(FileContent fileContent) Deprecated.Creates a FileContentInfo for the given FileContent.
- 
Constructor Details- 
Http4FileContentInfoFactorypublic Http4FileContentInfoFactory()Deprecated.Constructs a new instance.
 
- 
- 
Method Details- 
createDeprecated.Description 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.
 
 
- 
org.apache.commons.vfs2.provider.http5.