Uses of Interface
org.apache.commons.vfs.provider.VfsComponentContext
-
Packages that use VfsComponentContext Package Description org.apache.commons.vfs.impl The standard VFS implementation.org.apache.commons.vfs.provider The File Provider API, and utility classes.org.apache.commons.vfs.provider.local The Local File Provider.org.apache.commons.vfs.provider.url 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 VfsComponentContext Modifier and Type Method Description voidPrivilegedFileReplicator. 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 VfsComponentContext Modifier and Type Method Description protected VfsComponentContextAbstractVfsComponent. getContext()Returns the context for this provider.Methods in org.apache.commons.vfs.provider with parameters of type VfsComponentContext Modifier and Type Method Description FileNameFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)parses a String into a filenameFileNameHostFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameLayeredFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)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 VfsComponentContext Constructor Description DefaultURLStreamHandler(VfsComponentContext context)DefaultURLStreamHandler(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 VfsComponentContext Modifier and Type Method Description FileNameLocalFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename) -
Uses of VfsComponentContext in org.apache.commons.vfs.provider.url
Methods in org.apache.commons.vfs.provider.url with parameters of type VfsComponentContext Modifier and Type Method Description FileNameUrlFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
-