org.apache.commons.vfs2
Class VFS
java.lang.Object
org.apache.commons.vfs2.VFS
public final class VFS
- extends Object
The main entry point for the VFS. Used to create FileSystemManager
instances.
- Version:
- $Revision: 1035158 $ $Date: 2010-11-15 12:18:47 +0530 (Mon, 15 Nov 2010) $
- Author:
- Commons VFS team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getManager
public static FileSystemManager getManager()
throws FileSystemException
- Returns the default
FileSystemManager instance.
- Returns:
- The FileSystemManager.
- Throws:
FileSystemException - if an error occurs creating the manager.
isUriStyle
public static boolean isUriStyle()
setUriStyle
public static void setUriStyle(boolean uriStyle)
Copyright © 2002–2015 WSO2. All rights reserved.