|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileContentInfoFactory | |
---|---|
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.webdav | The WebDAV File Provider |
Uses of FileContentInfoFactory in org.apache.commons.vfs2 |
---|
Methods in org.apache.commons.vfs2 that return FileContentInfoFactory | |
---|---|
FileContentInfoFactory |
FileSystemManager.getFileContentInfoFactory()
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 | |
---|---|
class |
FileContentInfoFilenameFactory
The FileContentInfoFilenameFactory. Uses the filename extension to determine the content-type. The content-encoding is not resolved. |
Methods in org.apache.commons.vfs2.impl that return FileContentInfoFactory | |
---|---|
FileContentInfoFactory |
DefaultFileSystemManager.getFileContentInfoFactory()
get the fileContentInfoFactory used to determine the infos of a file content. |
Methods in org.apache.commons.vfs2.impl with parameters of type FileContentInfoFactory | |
---|---|
void |
DefaultFileSystemManager.setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory)
set 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 | |
---|---|
protected FileContentInfoFactory |
AbstractFileObject.getFileContentInfoFactory()
create the filecontentinfo implementation. |
Constructors in org.apache.commons.vfs2.provider with parameters of type FileContentInfoFactory | |
---|---|
DefaultFileContent(AbstractFileObject file,
FileContentInfoFactory fileContentInfoFactory)
|
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider.http |
---|
Classes in org.apache.commons.vfs2.provider.http that implement FileContentInfoFactory | |
---|---|
class |
HttpFileContentInfoFactory
Creates the FileContentInfo. |
Methods in org.apache.commons.vfs2.provider.http that return FileContentInfoFactory | |
---|---|
protected FileContentInfoFactory |
HttpFileObject.getFileContentInfoFactory()
|
Uses of FileContentInfoFactory in org.apache.commons.vfs2.provider.webdav |
---|
Classes in org.apache.commons.vfs2.provider.webdav that implement FileContentInfoFactory | |
---|---|
class |
WebdavFileContentInfoFactory
Determines the content information for files accessed via WebDAV. |
Methods in org.apache.commons.vfs2.provider.webdav that return FileContentInfoFactory | |
---|---|
protected FileContentInfoFactory |
WebdavFileObject.getFileContentInfoFactory()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |