| Package | Description |
|---|---|
| org.apache.commons.vfs |
The public VFS API.
|
| org.apache.commons.vfs.impl |
The standard VFS implementation.
|
| org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
| org.apache.commons.vfs.provider.http |
| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfoFactory |
FileSystemManager.getFileContentInfoFactory() |
The class to use to determine the content-type (mime-type)
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileContentInfoFilenameFactory |
The FileContentInfoFilenameFactory.
Uses the filename extension to determine the content-type. The content-encoding is not resolved. |
| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfoFactory |
DefaultFileSystemManager.getFileContentInfoFactory() |
get the fileContentInfoFactory used to determine the infos of a file
content.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultFileSystemManager.setFileContentInfoFactory(FileContentInfoFactory fileContentInfoFactory) |
set the fileContentInfoFactory used to determine the infos of a file
content.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected FileContentInfoFactory |
AbstractFileObject.getFileContentInfoFactory() |
create the filecontentinfo implementation
|
| Constructor | Description |
|---|---|
DefaultFileContent(AbstractFileObject file,
FileContentInfoFactory fileContentInfoFactory) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpFileContentInfoFactory |
Description
|
| Modifier and Type | Method | Description |
|---|---|---|
protected FileContentInfoFactory |
HttpFileObject.getFileContentInfoFactory() |