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
|
Modifier and Type | Method and Description |
---|---|
FileContentInfoFactory |
FileSystemManager.getFileContentInfoFactory()
The class to use to determine the content-type (mime-type).
|
Modifier and Type | Class and Description |
---|---|
class |
FileContentInfoFilenameFactory
The FileContentInfoFilenameFactory.
Uses the filename extension to determine the content-type. The content-encoding is not resolved. |
Modifier and Type | Method and Description |
---|---|
FileContentInfoFactory |
DefaultFileSystemManager.getFileContentInfoFactory()
get the fileContentInfoFactory used to determine the infos of a file
content.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemManager.setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory)
set the fileContentInfoFactory used to determine the infos of a file
content.
|
Modifier and Type | Method and Description |
---|---|
protected FileContentInfoFactory |
AbstractFileObject.getFileContentInfoFactory()
create the filecontentinfo implementation.
|
Constructor and Description |
---|
DefaultFileContent(AbstractFileObject file,
FileContentInfoFactory fileContentInfoFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpFileContentInfoFactory
Creates the FileContentInfo.
|
Modifier and Type | Method and Description |
---|---|
protected FileContentInfoFactory |
HttpFileObject.getFileContentInfoFactory() |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.