Uses of Interface
org.apache.commons.vfs2.FileContentInfo
Packages that use FileContentInfo
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
The HTTP File Provider
-
Uses of FileContentInfo in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileContentInfoModifier and TypeMethodDescriptionFileContentInfoFactory.create
(FileContent fileContent) Creates a FileContentInfo for a the given FileContent.FileContent.getContentInfo()
get the content info. -
Uses of FileContentInfo in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileContentInfoModifier and TypeClassDescriptionclass
The default file content information.Methods in org.apache.commons.vfs2.impl that return FileContentInfo -
Uses of FileContentInfo in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileContentInfoModifier and TypeMethodDescriptionprotected FileContentInfo
DelegateFileObject.doGetContentInfo()
Return file content info.DefaultFileContent.getContentInfo()
Gets the FileContentInfo which describes the content-type, content-encoding -
Uses of FileContentInfo in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return FileContentInfo