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

Constructors in org.crsh.plugin with parameters of type FS
PluginContext(PluginDiscovery discovery, FS fs, ClassLoader loader)
          Create a new plugin context.
 

Uses of FS in org.crsh.standalone
 

Fields in org.crsh.standalone declared as FS
private  FS Bootstrap.fileSystem
          .
 

Methods in org.crsh.standalone that return FS
 FS Bootstrap.getFileSystem()
           
 

Methods in org.crsh.standalone with parameters of type FS
 void Bootstrap.setFileSystem(FS fileSystem)
           
 

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)
           
<H> FS
FS.mount(FSDriver<H> driver, Path path)
           
<H> FS
FS.mount(FSDriver<H> driver, String path)
           
 

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



Copyright © 2012 eXo Platform SAS. All Rights Reserved.