org.apache.commons.vfs2
Interface FileContentInfoFactory

All Known Implementing Classes:
FileContentInfoFilenameFactory, HttpFileContentInfoFactory, WebdavFileContentInfoFactory

public interface FileContentInfoFactory

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

Author:
Commons VFS team

Method Summary
 FileContentInfo create(FileContent fileContent)
           
 

Method Detail

create

FileContentInfo create(FileContent fileContent)
                       throws FileSystemException
Throws:
FileSystemException