Package | Description |
---|---|
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.local |
The Local File Provider.
|
org.apache.commons.vfs2.provider.url |
The Default File Provider, which wraps java.net.URL.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PrivilegedFileReplicator.setContext(VfsComponentContext context) |
Sets the context for the replicator.
|
Modifier and Type | Method | Description |
---|---|---|
protected VfsComponentContext |
AbstractVfsComponent.getContext() |
Returns the context for this provider.
|
Modifier and Type | Method | Description |
---|---|---|
FileName |
FileNameParser.parseUri(VfsComponentContext context,
FileName base,
java.lang.String uri) |
parses a String into a filename.
|
FileName |
HostFileNameParser.parseUri(VfsComponentContext context,
FileName base,
java.lang.String filename) |
|
FileName |
LayeredFileNameParser.parseUri(VfsComponentContext context,
FileName base,
java.lang.String filename) |
Parse the base and name into a FileName.
|
FileName |
URLFileNameParser.parseUri(VfsComponentContext context,
FileName base,
java.lang.String filename) |
|
void |
AbstractVfsComponent.setContext(VfsComponentContext context) |
Sets the context for this file system provider.
|
void |
VfsComponent.setContext(VfsComponentContext context) |
Sets the context for the component.
|
Constructor | Description |
---|---|
DefaultURLStreamHandler(VfsComponentContext context) |
|
DefaultURLStreamHandler(VfsComponentContext context,
FileSystemOptions fileSystemOptions) |
Modifier and Type | Method | Description |
---|---|---|
FileName |
LocalFileNameParser.parseUri(VfsComponentContext context,
FileName base,
java.lang.String uri) |
Modifier and Type | Method | Description |
---|---|---|
FileName |
UrlFileNameParser.parseUri(VfsComponentContext context,
FileName base,
java.lang.String uri) |
Parse a URI.
|