org.crsh.vfs.spi
Interface FSMountFactory<H>

All Known Implementing Classes:
ClassPathMountFactory, FileMountFactory, RAMMountFactory, WarMountFactory

public interface FSMountFactory<H>

The mount factory is able to create mounts for a given file system and a specified path.

Author:
Julien Viet

Method Summary
 Mount<H> create(Path path)
          Resolve a mount for the specified path.
 

Method Detail

create

Mount<H> create(Path path)
                throws IOException
Resolve a mount for the specified path.

Parameters:
path - the path
Returns:
the created mount object
Throws:
IOException - any io exception


Copyright © 2015 eXo Platform SAS. All Rights Reserved.