Uses of Interface
org.apache.commons.vfs2.provider.VfsComponentContext
Packages that use VfsComponentContext
Package
Description
The standard VFS implementation.
The File Provider API, and utility classes.
The Local File Provider.
The Default File Provider, which wraps java.net.URL.
-
Uses of VfsComponentContext in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement VfsComponentContextModifier and TypeClassDescription(package private) final class
The default context implementation.Methods in org.apache.commons.vfs2.impl with parameters of type VfsComponentContextModifier and TypeMethodDescriptionvoid
PrivilegedFileReplicator.setContext
(VfsComponentContext context) Sets the context for the replicator. -
Uses of VfsComponentContext in org.apache.commons.vfs2.provider
Fields in org.apache.commons.vfs2.provider declared as VfsComponentContextModifier and TypeFieldDescriptionprivate VfsComponentContext
AbstractVfsComponent.context
private final VfsComponentContext
DefaultURLStreamHandler.context
Methods in org.apache.commons.vfs2.provider that return VfsComponentContextModifier and TypeMethodDescriptionprotected final VfsComponentContext
AbstractVfsComponent.getContext()
Returns the context for this provider.Methods in org.apache.commons.vfs2.provider with parameters of type VfsComponentContextModifier and TypeMethodDescriptionprotected HostFileNameParser.Authority
HostFileNameParser.extractToPath
(VfsComponentContext context, String uri, StringBuilder name) Extracts the scheme, userinfo, hostname and port components of a generic URI.FileNameParser.parseUri
(VfsComponentContext context, FileName base, String uri) Parses a String into a file name.GenericURLFileNameParser.parseUri
(VfsComponentContext context, FileName base, String fileName) HostFileNameParser.parseUri
(VfsComponentContext context, FileName base, String fileName) LayeredFileNameParser.parseUri
(VfsComponentContext context, FileName baseFileName, String fileName) Parses the base and name into a FileName.URLFileNameParser.parseUri
(VfsComponentContext context, FileName base, String fileName) Deprecated.final void
AbstractVfsComponent.setContext
(VfsComponentContext context) Sets the context for this file system provider.void
VfsComponent.setContext
(VfsComponentContext context) Sets the context for the component.Constructors in org.apache.commons.vfs2.provider with parameters of type VfsComponentContextModifierConstructorDescriptionDefaultURLStreamHandler
(VfsComponentContext context, FileSystemOptions fileSystemOptions) -
Uses of VfsComponentContext in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local with parameters of type VfsComponentContextModifier and TypeMethodDescriptionprivate String[]
LocalFileNameParser.getSchemes
(VfsComponentContext context, FileName base, String uri) LocalFileNameParser.parseUri
(VfsComponentContext context, FileName base, String uri) -
Uses of VfsComponentContext in org.apache.commons.vfs2.provider.url
Methods in org.apache.commons.vfs2.provider.url with parameters of type VfsComponentContextModifier and TypeMethodDescriptionUrlFileNameParser.parseUri
(VfsComponentContext context, FileName base, String uri) Parse a URI.