Constructor and Description |
---|
Serve.PathTreeDictionary() |
Modifier and Type | Method and Description |
---|---|
void |
addSiblingNames(Acme.Serve.Serve.PathTreeDictionary.Node node,
Vector result,
String path) |
void |
addSiblingObjects(Acme.Serve.Serve.PathTreeDictionary.Node node,
Vector result) |
Enumeration |
elements() |
Object[] |
get(String path)
This function looks up in the directory to find the perfect match and remove matching part from path, so if you need to keep original path, save it
somewhere
|
Enumeration |
keys() |
void |
put(String path,
Object value) |
Object[] |
remove(Object value) |
Object[] |
remove(Acme.Serve.Serve.PathTreeDictionary.Node node,
Object value) |
Object[] |
remove(String path) |
public Object[] get(String path)
public Enumeration keys()
public void addSiblingNames(Acme.Serve.Serve.PathTreeDictionary.Node node, Vector result, String path)
public Enumeration elements()
public void addSiblingObjects(Acme.Serve.Serve.PathTreeDictionary.Node node, Vector result)
Copyright © 2015 JBoss by Red Hat. All rights reserved.