Uses of Class
org.crsh.vfs.FS

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

Uses of FS in org.crsh.plugin
 

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

Methods in org.crsh.plugin that return FS
protected  FS WebPluginLifeCycle.createCommandFS(javax.servlet.ServletContext context)
          Create the command file system, this method binds the /WEB-INF/crash/commands/ path of the servlet context.
protected  FS WebPluginLifeCycle.createConfFS(javax.servlet.ServletContext context)
          Create the conf file system, this method binds the /WEB-INF/crash/ path of the servlet context.
 

Constructors in org.crsh.plugin with parameters of type FS
PluginContext(ExecutorService executor, ScheduledExecutorService scanner, PluginDiscovery discovery, Map<String,Object> attributes, FS cmdFS, FS confFS, ClassLoader loader)
          Create a new plugin context.
PluginContext(PluginDiscovery discovery, Map<String,Object> attributes, FS cmdFS, FS confFS, ClassLoader loader)
          Create a new plugin context with preconfigured executor and scanner, this is equivalent to invoking:
ResourceManager(FS cmdFS, FS confFS)
           
 

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

Fields in org.crsh.standalone declared as FS
private  FS Bootstrap.cmdFS
          The command file system.
private  FS Bootstrap.confFS
          The configuration file system.
 

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