org.crsh.vfs
Class FS

java.lang.Object
  extended by org.crsh.vfs.FS

public class FS
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
FS()
           
 
Method Summary
 File get(Path path)
           
 FS mount(Class<?> clazz)
           
 FS mount(ClassLoader cl, Path path)
           
 FS mount(File root)
           
<H> FS
mount(FSDriver<H> driver)
           
<H> FS
mount(FSDriver<H> driver, Path path)
           
<H> FS
mount(FSDriver<H> driver, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FS

public FS()
Method Detail

get

public File get(Path path)
         throws IOException
Throws:
IOException

mount

public <H> FS mount(FSDriver<H> driver,
                    Path path)

mount

public <H> FS mount(FSDriver<H> driver,
                    String path)

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 © 2011 eXo Platform SAS. All Rights Reserved.