org.apache.commons.vfs
Class VFS

java.lang.Object
  extended byorg.apache.commons.vfs.VFS

public class VFS
extends 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

Method Summary
static FileSystemManager getManager()
          Returns the default FileSystemManager instance
static boolean isUriStyle()
           
static void setUriStyle(boolean uriStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManager

public static FileSystemManager getManager()
                                    throws FileSystemException
Returns the default FileSystemManager instance

Throws:
FileSystemException

isUriStyle

public static boolean isUriStyle()

setUriStyle

public static void setUriStyle(boolean uriStyle)


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.