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

Packages that use FSMountFactory
org.crsh.plugin   
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
 

Methods in org.crsh.plugin that return types with arguments of type FSMountFactory
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
protected  Map<String,FSMountFactory<?>> Embedded.getMountFactories()
           
 

Uses of FSMountFactory in org.crsh.vfs
 

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.