Uses of Interface
org.apache.commons.vfs2.provider.LocalFileProvider
-
Packages that use LocalFileProvider Package Description org.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.provider.local The Local File Provider. -
-
Uses of LocalFileProvider in org.apache.commons.vfs2.impl
Fields in org.apache.commons.vfs2.impl declared as LocalFileProvider Modifier and Type Field Description private LocalFileProvider
DefaultFileSystemManager. localFileProvider
The provider for local files.Methods in org.apache.commons.vfs2.impl that return LocalFileProvider Modifier and Type Method Description private LocalFileProvider
DefaultFileSystemManager. getLocalFileProvider()
Locates the local file provider. -
Uses of LocalFileProvider in org.apache.commons.vfs2.provider.local
Classes in org.apache.commons.vfs2.provider.local that implement LocalFileProvider Modifier and Type Class Description class
DefaultLocalFileProvider
A file system provider, which uses direct file access.
-