Package org.apache.commons.vfs
Interface FileContentInfoFactory
-
- All Known Implementing Classes:
FileContentInfoFilenameFactory
,HttpFileContentInfoFactory
public interface FileContentInfoFactory
Create a class which is able to determine the content-info for the given content- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContentInfo
create(FileContent fileContent)
-
-
-
Method Detail
-
create
FileContentInfo create(FileContent fileContent) throws FileSystemException
- Throws:
FileSystemException
-
-