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 (Mi, 29 Nov 2006) $
Author:
Mario Ivankovits

Method Summary
 FileContentInfo create(FileContent fileContent)
           
 

Method Detail

create

public FileContentInfo create(FileContent fileContent)
                       throws FileSystemException
Throws:
FileSystemException


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.