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 HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 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 TypeClassDescriptionclass
The FileContentInfoFilenameFactory.Methods in org.apache.commons.vfs2.impl that return FileContentInfoFactoryModifier and TypeMethodDescriptionDefaultFileSystemManager.getFileContentInfoFactory()
Gets the fileContentInfoFactory used to determine the infos of a file content.Methods in org.apache.commons.vfs2.impl with parameters of type FileContentInfoFactoryModifier and TypeMethodDescriptionvoid
DefaultFileSystemManager.setFileContentInfoFactory
(FileContentInfoFactory fileContentInfoFactory) Sets the fileContentInfoFactory used to determine the infos of a file content. -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactory
AbstractFileObject.getFileContentInfoFactory()
Creates the FileContentInfo factory.Constructors in org.apache.commons.vfs2.provider with parameters of type FileContentInfoFactoryModifierConstructorDescriptionDefaultFileContent
(AbstractFileObject fileObject, FileContentInfoFactory fileContentInfoFactory) Constructs a new instance. -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider.http
Classes in org.apache.commons.vfs2.provider.http that implement FileContentInfoFactoryMethods in org.apache.commons.vfs2.provider.http that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactory
HttpFileObject.getFileContentInfoFactory()
Deprecated.Gets a new FileContentInfoFactory. -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider.http4
Classes in org.apache.commons.vfs2.provider.http4 that implement FileContentInfoFactoryModifier and TypeClassDescriptionclass
Deprecated.Methods in org.apache.commons.vfs2.provider.http4 that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactory
Http4FileObject.getFileContentInfoFactory()
Deprecated. -
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider.http5
Classes in org.apache.commons.vfs2.provider.http5 that implement FileContentInfoFactoryModifier and TypeClassDescriptionclass
CreatesFileContentInfoFactory
instances for http5 provider.Methods in org.apache.commons.vfs2.provider.http5 that return FileContentInfoFactoryModifier and TypeMethodDescriptionprotected FileContentInfoFactory
Http5FileObject.getFileContentInfoFactory()
org.apache.commons.vfs2.provider.http5
.