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

Packages that use FSDriver
org.crsh.standalone   
org.crsh.vfs   
org.crsh.vfs.spi   
org.crsh.vfs.spi.file   
org.crsh.vfs.spi.ram   
org.crsh.vfs.spi.servlet   
org.crsh.vfs.spi.url   
 

Uses of FSDriver in org.crsh.standalone
 

Methods in org.crsh.standalone with parameters of type FSDriver
 Bootstrap Bootstrap.addToCmdPath(FSDriver<?> driver)
          Add a command path driver.
 Bootstrap Bootstrap.addToConfPath(FSDriver<?> driver)
          Add a configuration path driver.
 

Uses of FSDriver in org.crsh.vfs
 

Fields in org.crsh.vfs declared as FSDriver
private  FSDriver<H> Handle.driver
          .
(package private)  FSDriver<H> Mount.driver
          .
 

Methods in org.crsh.vfs with parameters of type FSDriver
<H> FS
FS.mount(FSDriver<H> driver)
           
(package private) static
<H> Mount<H>
Mount.wrap(FSDriver<H> driver)
           
 

Constructors in org.crsh.vfs with parameters of type FSDriver
Handle(FSDriver<H> driver, H handle)
           
Mount(FSDriver<H> driver)
          Create a new mount
 

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.ram
 

Classes in org.crsh.vfs.spi.ram that implement FSDriver
 class RAMDriver
           
 

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

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

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

Classes in org.crsh.vfs.spi.url that implement FSDriver
 class URLDriver
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.