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.
The HTTP4 File Provider.
The HTTP5 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 the given FileContent.FileContent.getContentInfo()
Gets the content info. e.g. type, encoding, ... -
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()
Gets 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 FileContentInfoModifier and TypeMethodDescriptionHttpFileContentInfoFactory.create
(FileContent fileContent) Deprecated. -
Uses of FileContentInfo in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return FileContentInfoModifier and TypeMethodDescriptionHttp4FileContentInfoFactory.create
(FileContent fileContent) Deprecated. -
Uses of FileContentInfo in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 that return FileContentInfo