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

Packages that use FileContentInfo
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   
org.apache.commons.vfs.provider.mime   
 

Uses of FileContentInfo in org.apache.commons.vfs
 

Methods in org.apache.commons.vfs that return FileContentInfo
 FileContentInfo FileContentInfoFactory.create(FileContent fileContent)
           
 FileContentInfo FileContent.getContentInfo()
          get the content info.
 

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

Classes in org.apache.commons.vfs.impl that implement FileContentInfo
 class DefaultFileContentInfo
           
 

Methods in org.apache.commons.vfs.impl that return FileContentInfo
 FileContentInfo FileContentInfoFilenameFactory.create(FileContent fileContent)
           
 

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

Methods in org.apache.commons.vfs.provider that return FileContentInfo
protected  FileContentInfo DelegateFileObject.doGetContentInfo()
           
 FileContentInfo DefaultFileContent.getContentInfo()
          get the content info.
 

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

Methods in org.apache.commons.vfs.provider.http that return FileContentInfo
 FileContentInfo HttpFileContentInfoFactory.create(FileContent fileContent)
           
 

Uses of FileContentInfo in org.apache.commons.vfs.provider.mime
 

Methods in org.apache.commons.vfs.provider.mime that return FileContentInfo
 FileContentInfo MimeFileContentInfoFactory.create(FileContent fileContent)
           
 



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