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

Packages that use FileContent
org.apache.commons.vfs2 The public VFS API. 
org.apache.commons.vfs2.cache VFS File caching 
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.jar The Jar File Provider. 
org.apache.commons.vfs2.provider.webdav The WebDAV File Provider 
 

Uses of FileContent in org.apache.commons.vfs2
 

Methods in org.apache.commons.vfs2 that return FileContent
 FileContent FileObject.getContent()
          Returns this file's content.
 

Methods in org.apache.commons.vfs2 with parameters of type FileContent
 FileContentInfo FileContentInfoFactory.create(FileContent fileContent)
           
 

Uses of FileContent in org.apache.commons.vfs2.cache
 

Methods in org.apache.commons.vfs2.cache that return FileContent
 FileContent OnCallRefreshFileObject.getContent()
           
 

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

Methods in org.apache.commons.vfs2.impl that return FileContent
 FileContent DecoratedFileObject.getContent()
           
 FileContent SynchronizedFileObject.getContent()
           
 

Methods in org.apache.commons.vfs2.impl with parameters of type FileContent
 FileContentInfo FileContentInfoFilenameFactory.create(FileContent fileContent)
           
 

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

Classes in org.apache.commons.vfs2.provider that implement FileContent
 class DefaultFileContent
          The content of a file.
 

Methods in org.apache.commons.vfs2.provider that return FileContent
protected  FileContent AbstractFileObject.doCreateFileContent()
          Create a FileContent implementation.
 FileContent AbstractFileObject.getContent()
          Returns the file's content.
 

Constructors in org.apache.commons.vfs2.provider with parameters of type FileContent
DefaultURLConnection(URL url, FileContent content)
           
 

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

Methods in org.apache.commons.vfs2.provider.http with parameters of type FileContent
 FileContentInfo HttpFileContentInfoFactory.create(FileContent fileContent)
           
 

Uses of FileContent in org.apache.commons.vfs2.provider.jar
 

Constructors in org.apache.commons.vfs2.provider.jar with parameters of type FileContent
JarURLConnectionImpl(JarFileObject file, FileContent content)
           
 

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

Methods in org.apache.commons.vfs2.provider.webdav with parameters of type FileContent
 FileContentInfo WebdavFileContentInfoFactory.create(FileContent fileContent)
           
 



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