org.crsh.vfs.spi.url
Class Node
java.lang.Object
org.crsh.vfs.spi.url.Node
public class Node
- extends Object
- Author:
- Julien Viet
|
Nested Class Summary |
(package private) static class |
Node.File
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
final String name
- .
children
HashMap<String,Node> children
- .
files
LinkedList<Node.File> files
- .
Node
public Node()
Node
private Node(String name)
merge
void merge(ClassLoader loader)
throws IOException,
URISyntaxException
- Throws:
IOException
URISyntaxException
merge
void merge(URL url)
throws IOException,
URISyntaxException
- Throws:
IOException
URISyntaxException
merge
private void merge(File f)
throws IOException
- Throws:
IOException
add
private void add(URL baseURL,
String entryName,
InputStreamResolver resolver)
throws IOException
- Throws:
IOException
add
private void add(URL baseURL,
int index,
String entryName,
long lastModified,
InputStreamResolver resolver)
throws IOException
- Throws:
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.