FileContentInfoFactorypublic class HttpFileContentInfoFactory extends java.lang.Object implements FileContentInfoFactory
| Constructor | Description |
|---|---|
HttpFileContentInfoFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfo |
create(FileContent fileContent) |
Creates a FileContentInfo for a the given FileContent.
|
public HttpFileContentInfoFactory()
public FileContentInfo create(FileContent fileContent) throws FileSystemException
FileContentInfoFactorycreate in interface FileContentInfoFactoryfileContent - Use this FileContent to create a matching FileContentInfoFileSystemException - when a problem occurs creating the FileContentInfo.