| Package | Description |
|---|---|
| com.agimatec.commons.config | |
| com.agimatec.commons.config.sax |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanNode |
class |
CompositeNode
Abstract superclass of config nodes that can contain more nodes
and atomar nodes, with direct access methods for the atomar values.
|
class |
Config
Description: the root object of a Config file.
|
class |
DecimalNode
Title:
Description:
Company:
|
class |
DoubleNode
Title:
Description:
Company:
|
class |
FileNode
Description: a config entry representing a reference to a file or directory.
|
class |
IntNode
Title:
Description:
Company:
|
class |
ListNode
A config node representing a list of nodes.
|
class |
LongNode
Title:
Description:
Company:
|
class |
MapNode
A config node representing a map with nodes.
|
class |
TextNode
Title:
Description:
Company:
|
| Modifier and Type | Method and Description |
|---|---|
Node |
ListNode.getNode(int index)
cast the result of get(int) to Node
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapNode.put(Node node)
put a named Node into the receiver's map
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeHandler.setName(Node node,
Attributes attr) |
Copyright © 2008-2016. All Rights Reserved.