org.apache.commons.vfs
Class VFS
java.lang.Object
org.apache.commons.vfs.VFS
public class VFS
- extends java.lang.Object
The main entry point for the VFS. Used to create FileSystemManager
instances.
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
- Author:
- Adam Murdoch
Constructor Summary |
private |
VFS()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI_STYLE
private static java.lang.Boolean URI_STYLE
instance
private static FileSystemManager instance
VFS
private VFS()
getManager
public static FileSystemManager getManager()
throws FileSystemException
- Returns the default
FileSystemManager
instance
- Throws:
FileSystemException
createManager
private static FileSystemManager createManager(java.lang.String managerClassName)
throws FileSystemException
- Creates a file system manager instance.
- Throws:
FileSystemException
isUriStyle
public static boolean isUriStyle()
setUriStyle
public static void setUriStyle(boolean uriStyle)