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.