| Package | Description |
|---|---|
| asia.redact.bracket.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl
Used to represent the properties keys as a tree.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Node |
TreeBuilder.root |
(package private) Node |
TreeSynchronizer.rootNode |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Node> |
NodeImpl.children |
(package private) HashSet<Node> |
GenerateXMLNodeVisitor.set |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeImpl.getChild(String nodeName) |
Node |
Node.getChild(String nodeName) |
Node |
NodeImpl.getDescendant(String nodePath) |
Node |
Node.getDescendant(String nodePath) |
Node |
PropertiesImpl.getTree()
Use "\\." as the separator
|
Node |
Properties.getTree()
Get the properties as a tree of nodes.
|
Node |
PropertiesImpl.getTree(GroupParams params) |
Node |
Properties.getTree(GroupParams params)
Get the properties as a tree of nodes with a selector
a.b.c=something
a.b.c.d=something else
a.b.c.e.f=item
a.b.c.e=item2
|
(package private) Node |
TreeBuilder.tree() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
NodeImpl.getChildren() |
List<Node> |
Node.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeVisitor.action(Node node) |
void |
GenerateXMLNodeVisitor.action(Node node) |
void |
NodeImpl.addChild(Node child) |
void |
Node.addChild(Node child) |
(package private) void |
TreeBuilder.descend(Node node,
String path,
String[] parts,
ValueModel value,
int depth) |
void |
NodeVisitor.post(Node node) |
void |
GenerateXMLNodeVisitor.post(Node node) |
void |
NodeVisitor.pre(Node node) |
void |
GenerateXMLNodeVisitor.pre(Node node) |
void |
PropertiesImpl.synchronize(Node rootNode) |
void |
Properties.synchronize(Node rootNode)
Cause a graph to become the contents of the properties file.
|
protected boolean |
GenerateXMLNodeVisitor.validateNodeNameForUseAsXMLElement(Node node) |
protected void |
OutputAdapter.visit(Node node,
int level,
NodeVisitor func) |
(package private) void |
TreeSynchronizer.visit(Node node,
String path) |
| Constructor and Description |
|---|
TreeSynchronizer(Properties props,
Node rootNode) |
Copyright © 2011-2014 David R. Smith. All Rights Reserved.