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 and Description |
---|---|
void |
PrivilegedFileReplicator.setContext(VfsComponentContext context)
Sets the context for the replicator.
|
Modifier and Type | Method and Description |
---|---|
protected VfsComponentContext |
AbstractVfsComponent.getContext()
Returns the context for this provider.
|
Modifier and Type | Method and Description |
---|---|
protected HostFileNameParser.Authority |
HostFileNameParser.extractToPath(VfsComponentContext context,
String uri,
StringBuilder name)
Extracts the scheme, userinfo, hostname and port components of a generic URI.
|
FileName |
LayeredFileNameParser.parseUri(VfsComponentContext context,
FileName baseFileName,
String fileName)
Parses the base and name into a FileName.
|
FileName |
HostFileNameParser.parseUri(VfsComponentContext context,
FileName base,
String fileName) |
FileName |
FileNameParser.parseUri(VfsComponentContext context,
FileName base,
String uri)
Parses a String into a file name.
|
FileName |
GenericURLFileNameParser.parseUri(VfsComponentContext context,
FileName base,
String fileName) |
FileName |
URLFileNameParser.parseUri(VfsComponentContext context,
FileName base,
String fileName)
Deprecated.
|
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 and Description |
---|
DefaultURLStreamHandler(VfsComponentContext context) |
DefaultURLStreamHandler(VfsComponentContext context,
FileSystemOptions fileSystemOptions) |
Modifier and Type | Method and Description |
---|---|
FileName |
LocalFileNameParser.parseUri(VfsComponentContext context,
FileName base,
String uri) |
Modifier and Type | Method and Description |
---|---|
FileName |
UrlFileNameParser.parseUri(VfsComponentContext context,
FileName base,
String uri)
Parse a URI.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.