Uses of Interface
org.apache.commons.vfs.provider.VfsComponentContext

Packages that use VfsComponentContext
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.smb The SMB/CIFS 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
 void PrivilegedFileReplicator.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
protected  VfsComponentContext AbstractVfsComponent.getContext()
          Returns the context for this provider.
 

Methods in org.apache.commons.vfs.provider with parameters of type VfsComponentContext
 FileName HostFileNameParser.parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
           
 FileName URLFileNameParser.parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
           
 FileName FileNameParser.parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
          parses a String into a filename.
 FileName LayeredFileNameParser.parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
          Parse the base and name into a FileName.
 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.vfs.provider with parameters of type VfsComponentContext
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
 FileName LocalFileNameParser.parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
           
 

Uses of VfsComponentContext in org.apache.commons.vfs.provider.smb
 

Methods in org.apache.commons.vfs.provider.smb with parameters of type VfsComponentContext
 FileName SmbFileNameParser.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
 FileName UrlFileNameParser.parseUri(VfsComponentContext context, FileName base, java.lang.String filename)
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.