Package org.apache.commons.vfs.impl
Class FileContentInfoFilenameFactory
- java.lang.Object
-
- org.apache.commons.vfs.impl.FileContentInfoFilenameFactory
-
- All Implemented Interfaces:
FileContentInfoFactory
public class FileContentInfoFilenameFactory extends java.lang.Object implements FileContentInfoFactory
The FileContentInfoFilenameFactory.
Uses the filename extension to determine the content-type.
The content-encoding is not resolved.- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
-
Constructor Summary
Constructors Constructor Description FileContentInfoFilenameFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileContentInfo
create(FileContent fileContent)
-
-
-
Method Detail
-
create
public FileContentInfo create(FileContent fileContent)
- Specified by:
create
in interfaceFileContentInfoFactory
-
-