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: 170205 $ $Date: 2005-05-15 10:21:59 +0200 (Sun, 15 May 2005) $
Author:
Mario Ivankovits

Method Summary
 FileContentInfo create(FileContent fileContent)
           
 

Method Detail

create

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


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