Uses of Interface
org.apache.commons.vfs.FileContentInfoFactory

Packages that use FileContentInfoFactory
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.provider The File Provider API, and utility classes. 
org.apache.commons.vfs.provider.http   
 

Uses of FileContentInfoFactory in org.apache.commons.vfs
 

Methods in org.apache.commons.vfs that return FileContentInfoFactory
 FileContentInfoFactory FileSystemManager.getFileContentInfoFactory()
          The class to use to determine the content-type (mime-type)
 

Uses of FileContentInfoFactory in org.apache.commons.vfs.impl
 

Classes in org.apache.commons.vfs.impl that implement FileContentInfoFactory
 class FileContentInfoFilenameFactory
          The FileContentInfoFilenameFactory.
 

Methods in org.apache.commons.vfs.impl that return FileContentInfoFactory
 FileContentInfoFactory DefaultFileSystemManager.getFileContentInfoFactory()
          get the fileContentInfoFactory used to determine the infos of a file content.
 

Methods in org.apache.commons.vfs.impl with parameters of type FileContentInfoFactory
 void DefaultFileSystemManager.setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory)
          set the fileContentInfoFactory used to determine the infos of a file content.
 

Uses of FileContentInfoFactory in org.apache.commons.vfs.provider
 

Methods in org.apache.commons.vfs.provider that return FileContentInfoFactory
protected  FileContentInfoFactory AbstractFileObject.getFileContentInfoFactory()
          create the filecontentinfo implementation
 

Constructors in org.apache.commons.vfs.provider with parameters of type FileContentInfoFactory
DefaultFileContent(AbstractFileObject file, FileContentInfoFactory fileContentInfoFactory)
           
 

Uses of FileContentInfoFactory in org.apache.commons.vfs.provider.http
 

Classes in org.apache.commons.vfs.provider.http that implement FileContentInfoFactory
 class HttpFileContentInfoFactory
          Description
 

Methods in org.apache.commons.vfs.provider.http that return FileContentInfoFactory
protected  FileContentInfoFactory HttpFileObject.getFileContentInfoFactory()
           
 



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