org.apache.commons.vfs
Interface FileContentInfoFactory

All Known Implementing Classes:
FileContentInfoFilenameFactory, HttpFileContentInfoFactory, MimeFileContentInfoFactory, WebdavFileContentInfoFactory

public interface FileContentInfoFactory

Create a class which is able to determine the content-info for the given content.

Version:
$Revision: 804548 $ $Date: 2009-08-16 04:12:32 +0200(dom, 16 ago 2009) $
Author:
Mario Ivankovits

Method Summary
 FileContentInfo create(FileContent fileContent)
           
 

Method Detail

create

FileContentInfo create(FileContent fileContent)
                       throws FileSystemException
Throws:
FileSystemException


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.