Uses of Interface
org.apache.commons.vfs.FileContent
-
Packages that use FileContent Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.cache 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.jar The Jar File Provider. -
-
Uses of FileContent in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FileContent Modifier and Type Method Description FileContentFileObject. getContent()Returns this file's content.Methods in org.apache.commons.vfs with parameters of type FileContent Modifier and Type Method Description FileContentInfoFileContentInfoFactory. create(FileContent fileContent) -
Uses of FileContent in org.apache.commons.vfs.cache
Methods in org.apache.commons.vfs.cache that return FileContent Modifier and Type Method Description FileContentOnCallRefreshFileObject. getContent() -
Uses of FileContent in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return FileContent Modifier and Type Method Description FileContentDecoratedFileObject. getContent()FileContentSynchronizedFileObject. getContent()Methods in org.apache.commons.vfs.impl with parameters of type FileContent Modifier and Type Method Description FileContentInfoFileContentInfoFilenameFactory. create(FileContent fileContent) -
Uses of FileContent in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileContent Modifier and Type Class Description classDefaultFileContentThe content of a file.Methods in org.apache.commons.vfs.provider that return FileContent Modifier and Type Method Description FileContentAbstractFileObject. getContent()Returns the file's content.Constructors in org.apache.commons.vfs.provider with parameters of type FileContent Constructor Description DefaultURLConnection(java.net.URL url, FileContent content) -
Uses of FileContent in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http with parameters of type FileContent Modifier and Type Method Description FileContentInfoHttpFileContentInfoFactory. create(FileContent fileContent) -
Uses of FileContent in org.apache.commons.vfs.provider.jar
Constructors in org.apache.commons.vfs.provider.jar with parameters of type FileContent Constructor Description JarURLConnectionImpl(JarFileObject file, FileContent content)
-