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 | Description |
---|---|---|
FileContentInfo |
FileContentInfoFactory.create(FileContent fileContent) |
Creates a FileContentInfo for a the given FileContent.
|
FileContentInfo |
FileContent.getContentInfo() |
get the content info.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultFileContentInfo |
The default file content information.
|
Modifier and Type | Method | Description |
---|---|---|
FileContentInfo |
FileContentInfoFilenameFactory.create(FileContent fileContent) |
Modifier and Type | Method | Description |
---|---|---|
protected FileContentInfo |
DelegateFileObject.doGetContentInfo() |
Return file content info.
|
FileContentInfo |
DefaultFileContent.getContentInfo() |
Gets the FileContentInfo which describes the content-type, content-encoding
|
Modifier and Type | Method | Description |
---|---|---|
FileContentInfo |
HttpFileContentInfoFactory.create(FileContent fileContent) |