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 HTTP4 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()Gets the content info. -
Uses of FileContentInfo in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileContentInfoModifier and TypeClassDescriptionclassThe default file content information.Fields in org.apache.commons.vfs2.impl declared as FileContentInfoModifier and TypeFieldDescriptionprivate static final FileContentInfoFileContentInfoFilenameFactory.NULL_INSTANCEMethods in org.apache.commons.vfs2.impl that return FileContentInfo -
Uses of FileContentInfo in org.apache.commons.vfs2.provider
Fields in org.apache.commons.vfs2.provider declared as FileContentInfoMethods in org.apache.commons.vfs2.provider that return FileContentInfoModifier and TypeMethodDescriptionprotected FileContentInfoDelegateFileObject.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.http4
Methods in org.apache.commons.vfs2.provider.http4 that return FileContentInfo