org.crsh.vfs.spi.ram
Class RAMMountFactory
java.lang.Object
org.crsh.vfs.spi.ram.RAMMountFactory
- All Implemented Interfaces:
- FSMountFactory<Path>
public class RAMMountFactory
- extends Object
- implements FSMountFactory<Path>
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAMMountFactory
public RAMMountFactory()
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.