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

Packages that use LocalFileProvider
org.apache.commons.vfs.impl The standard VFS implementation. 
org.apache.commons.vfs.provider.local The Local File Provider. 
 

Uses of LocalFileProvider in org.apache.commons.vfs.impl
 

Fields in org.apache.commons.vfs.impl declared as LocalFileProvider
private  LocalFileProvider DefaultFileSystemManager.localFileProvider
          The provider for local files.
 

Methods in org.apache.commons.vfs.impl that return LocalFileProvider
private  LocalFileProvider DefaultFileSystemManager.getLocalFileProvider()
          Locates the local file provider.
 

Uses of LocalFileProvider in org.apache.commons.vfs.provider.local
 

Classes in org.apache.commons.vfs.provider.local that implement LocalFileProvider
 class DefaultLocalFileProvider
          A file system provider, which uses direct file access.