Class HttpFileContentInfoFactory
- java.lang.Object
-
- org.apache.commons.vfs2.provider.http.HttpFileContentInfoFactory
-
- All Implemented Interfaces:
FileContentInfoFactory
@Deprecated public class HttpFileContentInfoFactory extends java.lang.Object implements FileContentInfoFactory
Deprecated.Useorg.apache.commons.vfs2.provider.http5.Creates FileContentInfo instances for HTTP.
-
-
Constructor Summary
Constructors Constructor Description HttpFileContentInfoFactory()Deprecated.Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FileContentInfocreate(FileContent fileContent)Deprecated.Creates a FileContentInfo for the given FileContent.
-
-
-
Constructor Detail
-
HttpFileContentInfoFactory
public HttpFileContentInfoFactory()
Deprecated.Constructs a new instance.
-
-
Method Detail
-
create
public FileContentInfo create(FileContent fileContent) throws FileSystemException
Deprecated.Description copied from interface:FileContentInfoFactoryCreates a FileContentInfo for the given FileContent.- Specified by:
createin 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.
-
-