Class HttpFileContentInfoFactory
java.lang.Object
org.apache.commons.vfs2.provider.http.HttpFileContentInfoFactory
- All Implemented Interfaces:
FileContentInfoFactory
@Deprecated
public class HttpFileContentInfoFactory
extends Object
implements FileContentInfoFactory
Deprecated.
Creates FileContentInfo instances for HTTP.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FileContent fileContent) Deprecated.Creates a FileContentInfo for the given FileContent.
-
Constructor Details
-
HttpFileContentInfoFactory
public HttpFileContentInfoFactory()Deprecated.Constructs a new instance.
-
-
Method Details
-
create
Deprecated.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.
-
org.apache.commons.vfs2.provider.http5
.