Package | Description |
---|---|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
org.apache.commons.vfs2.provider.local |
The Local File Provider.
|
Modifier and Type | Field and Description |
---|---|
private LocalFileProvider |
DefaultFileSystemManager.localFileProvider
The provider for local files.
|
Modifier and Type | Method and Description |
---|---|
private LocalFileProvider |
DefaultFileSystemManager.getLocalFileProvider()
Locates the local file provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalFileProvider
A file system provider, which uses direct file access.
|