Class MimeFileContentInfoFactory
- java.lang.Object
-
- org.apache.commons.vfs.provider.mime.MimeFileContentInfoFactory
-
- All Implemented Interfaces:
org.apache.commons.vfs.FileContentInfoFactory
public class MimeFileContentInfoFactory extends java.lang.Object implements org.apache.commons.vfs.FileContentInfoFactory
get access to the content info stuff for mime objects- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- imario@apache.org
-
-
Constructor Summary
Constructors Constructor Description MimeFileContentInfoFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.vfs.FileContentInfo
create(org.apache.commons.vfs.FileContent fileContent)
-
-
-
Method Detail
-
create
public org.apache.commons.vfs.FileContentInfo create(org.apache.commons.vfs.FileContent fileContent) throws org.apache.commons.vfs.FileSystemException
- Specified by:
create
in interfaceorg.apache.commons.vfs.FileContentInfoFactory
- Throws:
org.apache.commons.vfs.FileSystemException
-
-