public final class VFS extends java.lang.Object
FileSystemManager
instances.Modifier and Type | Method | 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 manager