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

Packages that use FileContentInfo
org.apache.commons.vfs2 The public VFS API. 
org.apache.commons.vfs2.impl The standard VFS implementation. 
org.apache.commons.vfs2.provider The File Provider API, and utility classes. 
org.apache.commons.vfs2.provider.http The HTTP File Provider 
org.apache.commons.vfs2.provider.webdav The WebDAV File Provider 
 

Uses of FileContentInfo in org.apache.commons.vfs2
 

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

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

Classes in org.apache.commons.vfs2.impl that implement FileContentInfo
 class DefaultFileContentInfo
          The default file content information.
 

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

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

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

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

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

Uses of FileContentInfo in org.apache.commons.vfs2.provider.webdav
 

Methods in org.apache.commons.vfs2.provider.webdav that return FileContentInfo
 FileContentInfo WebdavFileContentInfoFactory.create(FileContent fileContent)
           
 



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