org.crsh.vfs.spi
Class Mount<H>

java.lang.Object
  extended by org.crsh.vfs.spi.Mount<H>

public class Mount<H>
extends Object

A driver mount.

Author:
Julien Viet

Field Summary
private  FSDriver<H> driver
          .
private  String value
          .
 
Constructor Summary
Mount(FSDriver<H> driver, String value)
           
 
Method Summary
 FSDriver<H> getDriver()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

private final FSDriver<H> driver
.


value

private final String value
.

Constructor Detail

Mount

public Mount(FSDriver<H> driver,
             String value)
Method Detail

getDriver

public FSDriver<H> getDriver()

getValue

public String getValue()


Copyright © 2015 eXo Platform SAS. All Rights Reserved.