| Package | Description |
|---|---|
| asia.redact.bracket.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicValueModel
Representation of properties values which accounts better for the actual complexity of a potential properties value.
|
class |
ImmutableValueModel
A ValueModel in which the internals cannot be changed once set.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ValueModel |
NodeImpl.value |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMap<String,ValueModel> |
AbstractPropertiesBase.map |
| Modifier and Type | Method and Description |
|---|---|
ValueModel |
NodeImpl.getValue() |
ValueModel |
Node.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValueModel> |
PropertiesImpl.getPropertyMap() |
Map<String,ValueModel> |
Properties.getPropertyMap()
Can be used to get direct access to the Entry data structures
|
Collection<ValueModel> |
AbstractPropertiesBase.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeImpl.addChild(String name,
ValueModel model) |
void |
Node.addChild(String name,
ValueModel model) |
(package private) void |
TreeBuilder.createNode(String key,
ValueModel value,
String regex) |
(package private) void |
TreeBuilder.descend(Node node,
String path,
String[] parts,
ValueModel value,
int depth) |
| Constructor and Description |
|---|
NodeImpl(String name,
ValueModel model) |
Copyright © 2011-2014 David R. Smith. All Rights Reserved.