Uses of Interface
org.apache.commons.vfs2.FileContentInfoFactory
-
Packages that use FileContentInfoFactory Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.http The HTTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider. -
-
Uses of FileContentInfoFactory in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileContentInfoFactory Modifier and Type Method Description FileContentInfoFactory
FileSystemManager. 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 FileContentInfoFactory Modifier and Type Class Description class
FileContentInfoFilenameFactory
The FileContentInfoFilenameFactory.Methods in org.apache.commons.vfs2.impl that return FileContentInfoFactory Modifier and Type Method Description FileContentInfoFactory
DefaultFileSystemManager. getFileContentInfoFactory()
Gets the fileContentInfoFactory used to determine the infos of a file content.Methods in org.apache.commons.vfs2.impl with parameters of type FileContentInfoFactory Modifier and Type Method Description void
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 FileContentInfoFactory Modifier and Type Method Description protected FileContentInfoFactory
AbstractFileObject. getFileContentInfoFactory()
Creates the FileContentInfo factory.Constructors in org.apache.commons.vfs2.provider with parameters of type FileContentInfoFactory Constructor Description DefaultFileContent(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 FileContentInfoFactory Modifier and Type Class Description class
HttpFileContentInfoFactory
Deprecated.Useorg.apache.commons.vfs2.provider.http5
.Methods in org.apache.commons.vfs2.provider.http that return FileContentInfoFactory Modifier and Type Method Description protected 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 FileContentInfoFactory Modifier and Type Class Description class
Http4FileContentInfoFactory
Deprecated.Useorg.apache.commons.vfs2.provider.http5
.Methods in org.apache.commons.vfs2.provider.http4 that return FileContentInfoFactory Modifier and Type Method Description protected FileContentInfoFactory
Http4FileObject. getFileContentInfoFactory()
Deprecated.
-