public class ObjectTree extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
SLASH_PATTERN |
| Constructor and Description |
|---|
ObjectTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String _path,
ExportedObject _object,
String _data) |
String |
Introspect(String _path) |
void |
remove(String _path) |
String |
toString() |
public static final Pattern SLASH_PATTERN
Copyright © 2020. All rights reserved.