Uses of Class
org.crsh.vfs.FS

Packages that use FS
org.crsh.plugin   
org.crsh.spring   
org.crsh.vfs   
 

Uses of FS in org.crsh.plugin
 

Fields in org.crsh.plugin declared as FS
private  FS PluginContext.cmdFS
          .
private  FS PluginContext.confFS
          .
 

Constructors in org.crsh.plugin with parameters of type FS
PluginContext(PluginDiscovery discovery, Map<String,Object> attributes, FS cmdFS, FS confFS, ClassLoader loader)
          Create a new plugin context.
 

Uses of FS in org.crsh.spring
 

Methods in org.crsh.spring that return FS
protected  FS SpringBootstrap.createCommandFS()
           
protected  FS SpringWebBootstrap.createCommandFS()
           
protected  FS SpringBootstrap.createConfFS()
           
 

Uses of FS in org.crsh.vfs
 

Fields in org.crsh.vfs declared as FS
private  FS File.fs
          .
 

Methods in org.crsh.vfs that return FS
 FS FS.mount(Class<?> clazz)
           
 FS FS.mount(ClassLoader cl, Path path)
           
 FS FS.mount(File root)
           
<H> FS
FS.mount(FSDriver<H> driver)
           
 

Constructors in org.crsh.vfs with parameters of type FS
File(FS fs, Path path)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.