Package org.apache.commons.vfs.impl
Class VirtualFileProvider
java.lang.Object
org.apache.commons.vfs.provider.AbstractVfsComponent
org.apache.commons.vfs.provider.AbstractVfsContainer
org.apache.commons.vfs.impl.VirtualFileProvider
- All Implemented Interfaces:
VfsComponent
A virtual filesystem provider.
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Adam Murdoch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFileSystem
(String rootUri) Creates an empty virtual file system.createFileSystem
(FileObject rootFile) Creates a virtual file system, with the supplied file as its root.Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsContainer
addComponent, close, removeComponent
Methods inherited from class org.apache.commons.vfs.provider.AbstractVfsComponent
getContext, getLogger, init, setContext, setLogger
-
Constructor Details
-
VirtualFileProvider
public VirtualFileProvider()
-
-
Method Details
-
createFileSystem
Creates a virtual file system, with the supplied file as its root.- Throws:
FileSystemException
-
createFileSystem
Creates an empty virtual file system.- Throws:
FileSystemException
-