Uses of Interface
org.apache.commons.vfs2.FileContentInfo
-
Packages that use FileContentInfo Package Description 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.http4 The HTTP4 File Provider -
-
Uses of FileContentInfo in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileContentInfo Modifier and Type Method Description FileContentInfo
FileContentInfoFactory. create(FileContent fileContent)
Creates a FileContentInfo for a the given FileContent.FileContentInfo
FileContent. getContentInfo()
Gets the content info. -
Uses of FileContentInfo in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileContentInfo Modifier and Type Class Description class
DefaultFileContentInfo
The default file content information.Fields in org.apache.commons.vfs2.impl declared as FileContentInfo Modifier and Type Field Description private static FileContentInfo
FileContentInfoFilenameFactory. NULL_INSTANCE
Methods in org.apache.commons.vfs2.impl that return FileContentInfo Modifier and Type Method Description FileContentInfo
FileContentInfoFilenameFactory. create(FileContent fileContent)
-
Uses of FileContentInfo in org.apache.commons.vfs2.provider
Fields in org.apache.commons.vfs2.provider declared as FileContentInfo Modifier and Type Field Description private FileContentInfo
DefaultFileContent. fileContentInfo
Methods in org.apache.commons.vfs2.provider that return FileContentInfo Modifier and Type Method Description protected FileContentInfo
DelegateFileObject. doGetContentInfo()
Return file content info.FileContentInfo
DefaultFileContent. getContentInfo()
Gets the FileContentInfo which describes the content-type, content-encoding -
Uses of FileContentInfo in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return FileContentInfo Modifier and Type Method Description FileContentInfo
Http4FileContentInfoFactory. create(FileContent fileContent)
-