org.crsh.vfs.spi.ram
Class RAMMountFactory

java.lang.Object
  extended by org.crsh.vfs.spi.ram.RAMMountFactory
All Implemented Interfaces:
FSMountFactory<Path>

public class RAMMountFactory
extends Object
implements FSMountFactory<Path>

Author:
Julien Viet

Constructor Summary
RAMMountFactory()
           
 
Method Summary
 Mount<Path> create(Path path)
          Resolve a mount for the specified path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAMMountFactory

public RAMMountFactory()
Method Detail

create

public Mount<Path> create(Path path)
                   throws IOException
Description copied from interface: FSMountFactory
Resolve a mount for the specified path.

Specified by:
create in interface FSMountFactory<Path>
Parameters:
path - the path
Returns:
the created mount object
Throws:
IOException - any io exception


Copyright © 2015 eXo Platform SAS. All Rights Reserved.