org.crsh.vfs
Class FS
java.lang.Object
org.crsh.vfs.FS
-
public class FS
- extends Object
-
Field Summary |
(package private) List<Mount<?>> |
mounts
. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mounts
final List<Mount<?>> mounts
-
.
FS
public FS()
get
public File get(Path path)
throws IOException
-
- Throws:
IOException
mount
public <H> FS mount(FSDriver<H> driver)
-
mount
public FS mount(File root)
-
mount
public FS mount(ClassLoader cl,
Path path)
throws IOException,
URISyntaxException
-
- Throws:
IOException
URISyntaxException
mount
public FS mount(Class<?> clazz)
throws IOException,
URISyntaxException
-
- Throws:
IOException
URISyntaxException
Copyright © 2014 eXo Platform SAS. All Rights Reserved.