Uses of Interface
org.apache.commons.vfs.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.vfs.impl
Methods in org.apache.commons.vfs.impl with parameters of type VfsComponentContextModifier and TypeMethodDescriptionvoidPrivilegedFileReplicator.setContext(VfsComponentContext context) Sets the context for the replicator. -
Uses of VfsComponentContext in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider that return VfsComponentContextModifier and TypeMethodDescriptionprotected final VfsComponentContextAbstractVfsComponent.getContext()Returns the context for this provider.Methods in org.apache.commons.vfs.provider with parameters of type VfsComponentContextModifier and TypeMethodDescriptionFileNameParser.parseUri(VfsComponentContext context, FileName base, String filename) parses a String into a filenameHostFileNameParser.parseUri(VfsComponentContext context, FileName base, String filename) LayeredFileNameParser.parseUri(VfsComponentContext context, FileName base, String filename) URLFileNameParser.parseUri(VfsComponentContext context, FileName base, String filename) final voidAbstractVfsComponent.setContext(VfsComponentContext context) Sets the context for this file system provider.voidVfsComponent.setContext(VfsComponentContext context) Sets the context for the component.Constructors in org.apache.commons.vfs.provider with parameters of type VfsComponentContextModifierConstructorDescriptionDefaultURLStreamHandler(VfsComponentContext context, FileSystemOptions fileSystemOptions) -
Uses of VfsComponentContext in org.apache.commons.vfs.provider.local
Methods in org.apache.commons.vfs.provider.local with parameters of type VfsComponentContextModifier and TypeMethodDescriptionLocalFileNameParser.parseUri(VfsComponentContext context, FileName base, String filename) -
Uses of VfsComponentContext in org.apache.commons.vfs.provider.url
Methods in org.apache.commons.vfs.provider.url with parameters of type VfsComponentContextModifier and TypeMethodDescriptionUrlFileNameParser.parseUri(VfsComponentContext context, FileName base, String filename)