FileContentInfoFilenameFactory, HttpFileContentInfoFactorypublic interface FileContentInfoFactory
FileContentInfo instances to determine the content-info for given file contents.| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfo |
create(FileContent fileContent) |
Creates a FileContentInfo for a the given FileContent.
|
FileContentInfo create(FileContent fileContent) throws FileSystemException
fileContent - Use this FileContent to create a matching FileContentInfoFileSystemException - when a problem occurs creating the FileContentInfo.