| Package | Description |
|---|---|
| org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
| org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileReplicator
A simple file replicator and temporary file store.
|
| Modifier and Type | Method and Description |
|---|---|
TemporaryFileStore |
DefaultFileSystemManager.getTemporaryFileStore()
Returns the temporary file store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFileSystemManager.setTemporaryFileStore(TemporaryFileStore tempFileStore)
Sets the temporary file store to use.
|
| Modifier and Type | Method and Description |
|---|---|
TemporaryFileStore |
VfsComponentContext.getTemporaryFileStore()
Locates a temporary file store for the provider to use.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.