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 wraps java.net.URL. -
-
Uses of VfsComponentContext in org.apache.commons.vfs2.impl
Classes in org.apache.commons.vfs2.impl that implement VfsComponentContext Modifier and Type Class Description (package private) class
DefaultVfsComponentContext
The default context implementation.Methods in org.apache.commons.vfs2.impl with parameters of type VfsComponentContext Modifier and Type Method Description void
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 VfsComponentContext Modifier and Type Field Description private VfsComponentContext
AbstractVfsComponent. context
private VfsComponentContext
DefaultURLStreamHandler. context
Methods in org.apache.commons.vfs2.provider that return VfsComponentContext Modifier and Type Method Description protected VfsComponentContext
AbstractVfsComponent. 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.Authority
HostFileNameParser. extractToPath(VfsComponentContext context, java.lang.String uri, java.lang.StringBuilder name)
Extracts the scheme, userinfo, hostname and port components of a generic URI.FileName
FileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)
Parses a String into a file name.FileName
GenericURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String fileName)
FileName
HostFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String fileName)
FileName
LayeredFileNameParser. parseUri(VfsComponentContext context, FileName baseFileName, java.lang.String fileName)
Parses the base and name into a FileName.FileName
URLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.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.Constructors in org.apache.commons.vfs2.provider with parameters of type VfsComponentContext Constructor Description DefaultURLStreamHandler(VfsComponentContext context)
DefaultURLStreamHandler(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 VfsComponentContext Modifier and Type Method Description private java.lang.String[]
LocalFileNameParser. getSchemes(VfsComponentContext context, FileName base, java.lang.String uri)
FileName
LocalFileNameParser. 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 FileName
UrlFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String uri)
Parse a URI.
-