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

Packages that use FSMountFactory
org.crsh.plugin   
org.crsh.spring   
org.crsh.vfs   
org.crsh.vfs.spi.file   
org.crsh.vfs.spi.ram   
org.crsh.vfs.spi.servlet   
org.crsh.vfs.spi.url   
 

Uses of FSMountFactory in org.crsh.plugin
 

Fields in org.crsh.plugin with type parameters of type FSMountFactory
private  Map<String,FSMountFactory<?>> WebPluginLifeCycle.mountContexts
          .
 

Methods in org.crsh.plugin that return types with arguments of type FSMountFactory
protected  Map<String,FSMountFactory<?>> Embedded.getMountFactories()
           
protected  Map<String,FSMountFactory<?>> WebPluginLifeCycle.getMountFactories()
          This implementation register three file system drivers: file : the current file system classpath : the classpath war : the war content
 

Uses of FSMountFactory in org.crsh.spring
 

Fields in org.crsh.spring with type parameters of type FSMountFactory
protected  HashMap<String,FSMountFactory<?>> SpringBootstrap.drivers
          .
 

Methods in org.crsh.spring that return types with arguments of type FSMountFactory
protected  Map<String,FSMountFactory<?>> SpringBootstrap.getMountFactories()
           
 

Uses of FSMountFactory in org.crsh.vfs
 

Fields in org.crsh.vfs with type parameters of type FSMountFactory
private  HashMap<String,FSMountFactory<?>> FS.Builder.resolvers
          .
 

Methods in org.crsh.vfs with parameters of type FSMountFactory
 FS.Builder FS.Builder.register(String name, FSMountFactory<?> resolver)
          Register a resolver.
 

Uses of FSMountFactory in org.crsh.vfs.spi.file
 

Classes in org.crsh.vfs.spi.file that implement FSMountFactory
 class FileMountFactory
           
 

Uses of FSMountFactory in org.crsh.vfs.spi.ram
 

Classes in org.crsh.vfs.spi.ram that implement FSMountFactory
 class RAMMountFactory
           
 

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

Classes in org.crsh.vfs.spi.servlet that implement FSMountFactory
 class WarMountFactory
           
 

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

Classes in org.crsh.vfs.spi.url that implement FSMountFactory
 class ClassPathMountFactory
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.