|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.vfs.Mount<H>
class Mount<H>
Field Summary | |
---|---|
(package private) FSDriver<H> |
driver . |
Constructor Summary | |
---|---|
Mount(FSDriver<H> driver) Create a new mount |
Method Summary | ||
---|---|---|
(package private) Handle<H> |
getHandle(Path path) |
|
(package private) static
|
wrap(FSDriver<H> driver) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final FSDriver<H> driver
Constructor Detail |
---|
Mount(FSDriver<H> driver) throws NullPointerException
driver
- the driverNullPointerException
- if the driver is nullMethod Detail |
---|
static <H> Mount<H> wrap(FSDriver<H> driver)
Handle<H> getHandle(Path path) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |