|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs2.VFS
public final class VFS
The main entry point for the VFS. Used to create FileSystemManager
instances.
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 |
---|
public static FileSystemManager getManager() throws FileSystemException
FileSystemManager
instance.
FileSystemException
- if an error occurs creating the manager.public static boolean isUriStyle()
public static void setUriStyle(boolean uriStyle)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |