Uses of Class
org.crsh.vfs.spi.jarurl.Handle

Packages that use Handle
org.crsh.vfs.spi.jarurl   
 

Uses of Handle in org.crsh.vfs.spi.jarurl
 

Methods in org.crsh.vfs.spi.jarurl that return Handle
 Handle JarURLDriver.root()
           
 

Methods in org.crsh.vfs.spi.jarurl that return types with arguments of type Handle
 Iterable<Handle> JarURLDriver.children(Handle handle)
           
 

Methods in org.crsh.vfs.spi.jarurl with parameters of type Handle
 Iterable<Handle> JarURLDriver.children(Handle handle)
           
 boolean JarURLDriver.isDir(Handle handle)
           
 String JarURLDriver.name(Handle handle)
           
 URL JarURLDriver.toURL(Handle handle)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.