Uses of Interface
org.apache.commons.vfs2.provider.VfsComponentContext
-
Packages that use VfsComponentContext 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 wrapsURL. -
-
Uses of VfsComponentContext in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.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.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return VfsComponentContext Modifier and Type Method Description protected VfsComponentContextAbstractVfsComponent. getContext()Returns the context for this provider.Methods in org.apache.commons.vfs2.provider with parameters of type VfsComponentContext Modifier and Type Method Description protected HostFileNameParser.AuthorityHostFileNameParser. extractToPath(VfsComponentContext context, java.lang.String uri, java.lang.StringBuilder name)Extracts the scheme, userinfo, hostname and port components of a generic URI.FileNameFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)Parses a String into a file name.FileNameGenericURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String fileName)FileNameHostFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String fileName)FileNameLayeredFileNameParser. parseUri(VfsComponentContext context, FileName baseFileName, java.lang.String fileName)Parses the base and name into a FileName.FileNameURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String fileName)Deprecated.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.vfs2.provider with parameters of type VfsComponentContext Constructor Description DefaultURLStreamHandler(VfsComponentContext context)Constructs a new instance.DefaultURLStreamHandler(VfsComponentContext context, FileSystemOptions fileSystemOptions)Constructs a new instance. -
Uses of VfsComponentContext in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local with parameters of type VfsComponentContext Modifier and Type Method Description FileNameLocalFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri) -
Uses of VfsComponentContext in org.apache.commons.vfs2.provider.url
Methods in org.apache.commons.vfs2.provider.url with parameters of type VfsComponentContext Modifier and Type Method Description FileNameUrlFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)Parse a URI.
-