org.crsh.vfs.spi.jarurl
Class Handle
java.lang.Object
org.crsh.vfs.spi.jarurl.Handle
public class Handle
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
private final JarURLDriver driver
- .
path
final Path path
- .
children
Map<String,Handle> children
- .
entry
JarEntry entry
- .
Handle
Handle(JarURLDriver driver,
String path)
isDir
public boolean isDir()
toURL
public URL toURL()
throws IllegalArgumentException,
IllegalStateException,
MalformedURLException
- Throws:
IllegalArgumentException
IllegalStateException
MalformedURLException
Copyright © 2012 eXo Platform SAS. All Rights Reserved.