public final class VFS extends Object
FileSystemManager
instances.| Modifier and Type | Method and Description |
|---|---|
static FileSystemManager |
getManager()
Returns the default
FileSystemManager instance. |
static boolean |
isUriStyle() |
static void |
setUriStyle(boolean uriStyle) |
public static FileSystemManager getManager() throws FileSystemException
FileSystemManager instance.
Warning, if you close this instance you may affect all current and future users of this manager singleton.
FileSystemException - if an error occurs creating the manager.public static boolean isUriStyle()
public static void setUriStyle(boolean uriStyle)
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.