Uses of Interface
org.apache.commons.vfs2.FileContentInfoFactory
Packages that use FileContentInfoFactory
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
The HTTP4 File Provider
-
Uses of FileContentInfoFactory in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileContentInfoFactoryModifier and TypeMethodDescriptionFileSystemManager.getFileContentInfoFactory()Gets the class to use to determine the content-type (mime-type). -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement FileContentInfoFactoryModifier and TypeClassDescriptionclassThe FileContentInfoFilenameFactory.Fields in org.apache.commons.vfs2.impl declared as FileContentInfoFactoryModifier and TypeFieldDescriptionprivate FileContentInfoFactoryDefaultFileSystemManager.fileContentInfoFactoryThe class to use to determine the content-type (mime-type)Methods in org.apache.commons.vfs2.impl that return FileContentInfoFactoryModifier and TypeMethodDescriptionDefaultFileSystemManager.getFileContentInfoFactory()get the fileContentInfoFactory used to determine the infos of a file content.Methods in org.apache.commons.vfs2.impl with parameters of type FileContentInfoFactoryModifier and TypeMethodDescriptionvoidDefaultFileSystemManager.setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory) set the fileContentInfoFactory used to determine the infos of a file content. -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider
Fields in org.apache.commons.vfs2.provider declared as FileContentInfoFactoryModifier and TypeFieldDescriptionprivate final FileContentInfoFactoryDefaultFileContent.fileContentInfoFactoryMethods in org.apache.commons.vfs2.provider that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactoryAbstractFileObject.getFileContentInfoFactory()Creates the FileContentInfo factory.Constructors in org.apache.commons.vfs2.provider with parameters of type FileContentInfoFactoryModifierConstructorDescriptionDefaultFileContent(AbstractFileObject file, FileContentInfoFactory fileContentInfoFactory) -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider.http4
Classes in org.apache.commons.vfs2.provider.http4 that implement FileContentInfoFactoryModifier and TypeClassDescriptionclassCreatesFileContentInfoFactoryinstances for http4 provider.Methods in org.apache.commons.vfs2.provider.http4 that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactoryHttp4FileObject.getFileContentInfoFactory()