org.crsh.vfs
Class Handle<H>

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

 class Handle<H>
extends Object

Version:
$Revision$
Author:
Julien Viet

Field Summary
private  FSDriver<H> driver
          .
(package private)  H handle
          .
(package private)  Key key
          .
 
Constructor Summary
Handle(FSDriver<H> driver, H handle)
           
 
Method Summary
(package private)  Iterable<Handle<H>> children()
           
(package private)  URL url()
           
 
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
.


key

final Key key
.


handle

final H handle
.

Constructor Detail

Handle

Handle(FSDriver<H> driver,
       H handle)
 throws IOException
Throws:
IOException
Method Detail

children

Iterable<Handle<H>> children()
                       throws IOException
Throws:
IOException

url

URL url()
  throws IOException
Throws:
IOException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.