Uses of Interface
org.crsh.vfs.spi.FSDriver

Packages that use FSDriver
org.crsh.vfs   
org.crsh.vfs.spi   
org.crsh.vfs.spi.file   
org.crsh.vfs.spi.jarurl   
org.crsh.vfs.spi.mount   
org.crsh.vfs.spi.servlet   
 

Uses of FSDriver in org.crsh.vfs
 

Methods in org.crsh.vfs with parameters of type FSDriver
<H> FS
FS.mount(FSDriver<H> driver)
           
<H> FS
FS.mount(FSDriver<H> driver, Path path)
           
<H> FS
FS.mount(FSDriver<H> driver, String path)
           
 

Uses of FSDriver in org.crsh.vfs.spi
 

Classes in org.crsh.vfs.spi that implement FSDriver
 class AbstractFSDriver<H>
           
 

Uses of FSDriver in org.crsh.vfs.spi.file
 

Classes in org.crsh.vfs.spi.file that implement FSDriver
 class FileDriver
           
 

Uses of FSDriver in org.crsh.vfs.spi.jarurl
 

Classes in org.crsh.vfs.spi.jarurl that implement FSDriver
 class JarURLDriver
           
 

Uses of FSDriver in org.crsh.vfs.spi.mount
 

Classes in org.crsh.vfs.spi.mount that implement FSDriver
 class MountDriver<H>
          The mount driver mounts path of a driver.
 

Constructors in org.crsh.vfs.spi.mount with parameters of type FSDriver
MountDriver(Path path, FSDriver<H> driver)
           
 

Uses of FSDriver in org.crsh.vfs.spi.servlet
 

Classes in org.crsh.vfs.spi.servlet that implement FSDriver
 class ServletContextDriver
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.