| Package | Description |
|---|---|
| org.apache.commons.vfs |
The public VFS API.
|
| org.apache.commons.vfs.cache | |
| 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 | |
| org.apache.commons.vfs.provider.jar |
The Jar File Provider.
|
| Modifier and Type | Method | Description |
|---|---|---|
FileContent |
FileObject.getContent() |
Returns this file's content.
|
| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfo |
FileContentInfoFactory.create(FileContent fileContent) |
| Modifier and Type | Method | Description |
|---|---|---|
FileContent |
OnCallRefreshFileObject.getContent() |
| Modifier and Type | Method | Description |
|---|---|---|
FileContent |
DecoratedFileObject.getContent() |
|
FileContent |
SynchronizedFileObject.getContent() |
| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfo |
FileContentInfoFilenameFactory.create(FileContent fileContent) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultFileContent |
The content of a file.
|
| Modifier and Type | Method | Description |
|---|---|---|
FileContent |
AbstractFileObject.getContent() |
Returns the file's content.
|
| Constructor | Description |
|---|---|
DefaultURLConnection(java.net.URL url,
FileContent content) |
| Modifier and Type | Method | Description |
|---|---|---|
FileContentInfo |
HttpFileContentInfoFactory.create(FileContent fileContent) |
| Constructor | Description |
|---|---|
JarURLConnectionImpl(JarFileObject file,
FileContent content) |