Uses of Interface
org.apache.commons.vfs.FileContentInfoFactory
Packages that use FileContentInfoFactory
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
-
Uses of FileContentInfoFactory in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FileContentInfoFactoryModifier and TypeMethodDescriptionFileSystemManager.getFileContentInfoFactory()
The class to use to determine the content-type (mime-type) -
Uses of FileContentInfoFactory in org.apache.commons.vfs.impl
Classes in org.apache.commons.vfs.impl that implement FileContentInfoFactoryModifier and TypeClassDescriptionclass
The FileContentInfoFilenameFactory.
Uses the filename extension to determine the content-type.
The content-encoding is not resolved.Methods in org.apache.commons.vfs.impl that return FileContentInfoFactoryModifier and TypeMethodDescriptionDefaultFileSystemManager.getFileContentInfoFactory()
get the fileContentInfoFactory used to determine the infos of a file content.Methods in org.apache.commons.vfs.impl with parameters of type FileContentInfoFactoryModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager.setFileContentInfoFactory
(FileContentInfoFactory fileContentInfoFactory) set the fileContentInfoFactory used to determine the infos of a file content. -
Uses of FileContentInfoFactory in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactory
AbstractFileObject.getFileContentInfoFactory()
create the filecontentinfo implementationConstructors in org.apache.commons.vfs.provider with parameters of type FileContentInfoFactoryModifierConstructorDescriptionDefaultFileContent
(AbstractFileObject file, FileContentInfoFactory fileContentInfoFactory) -
Uses of FileContentInfoFactory in org.apache.commons.vfs.provider.http
Classes in org.apache.commons.vfs.provider.http that implement FileContentInfoFactoryMethods in org.apache.commons.vfs.provider.http that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactory
HttpFileObject.getFileContentInfoFactory()