Uses of Class
org.crsh.vfs.FS

Packages that use FS
org.crsh.plugin   
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 Embedded.createCommandFS()
          Create the command file system from the crash.mountpointconfig.cmd servlet context parameter.
protected  FS Embedded.createConfFS()
          Create the conf file system from the crash.mountpointconfig.conf servlet context parameter.
protected  FS Embedded.createFS(String mountPointConfig)
          Create a new file system, configured by a the argument mountPointConfig: when the mount point configuration is not null, it is mounted on the returned file system.
 

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

Constructors in org.crsh.standalone with parameters of type FS
Bootstrap(ClassLoader baseLoader, FS confFS, FS cmdFS)
          Create a bootstrap instance with the base classloader and an empty and unmodifiable attribute map.
 

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.Builder.build()
           
 FS FS.mount(Class<?> clazz)
           
 FS FS.mount(ClassLoader cl, Path path)
           
 FS FS.mount(File root)
           
 FS FS.mount(FSDriver<?> driver)
           
 

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



Copyright © 2015 eXo Platform SAS. All Rights Reserved.