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 |
setManager(FileSystemManager manager)
Sets the file system manager
|
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)
public static void setManager(FileSystemManager manager)
manager - the file system managerCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.