Index
All Classes and Interfaces|All Packages
A
- addAll(MapNode) - Method in class net.orbyfied.aspen.raw.MapNode
- addElement(ValueNode) - Method in class net.orbyfied.aspen.raw.ListNode
B
- blockComment(String) - Method in class net.orbyfied.aspen.raw.Node
- blockCommentLines() - Method in class net.orbyfied.aspen.raw.Node
- blockCommentLines(List<String>) - Method in class net.orbyfied.aspen.raw.Node
C
- compose(Reader) - Method in interface net.orbyfied.aspen.raw.RawProvider
-
Parses the input from the reader into a node tree to be loaded.
D
- DOUBLE_QUOTED - Enum constant in enum class net.orbyfied.aspen.raw.ValueStyle
E
- endComment(String) - Method in class net.orbyfied.aspen.raw.Node
- endCommentLines() - Method in class net.orbyfied.aspen.raw.Node
- endCommentLines(List<String>) - Method in class net.orbyfied.aspen.raw.Node
G
- getDataString() - Method in class net.orbyfied.aspen.raw.Node
- getDataString() - Method in class net.orbyfied.aspen.raw.ValueNode
- getStyle() - Method in class net.orbyfied.aspen.raw.ValueNode
- getValue() - Method in class net.orbyfied.aspen.raw.ValueNode
-
Get the value of this node.
I
- inLineComment(String) - Method in class net.orbyfied.aspen.raw.Node
- inLineCommentLines() - Method in class net.orbyfied.aspen.raw.Node
- inLineCommentLines(List<String>) - Method in class net.orbyfied.aspen.raw.Node
L
- ListNode - Class in net.orbyfied.aspen.raw
-
A node which holds a list of values.
- ListNode() - Constructor for class net.orbyfied.aspen.raw.ListNode
- ListNode(List<ValueNode>) - Constructor for class net.orbyfied.aspen.raw.ListNode
M
- MapNode - Class in net.orbyfied.aspen.raw
-
A node which holds a section, object or just map.
- MapNode() - Constructor for class net.orbyfied.aspen.raw.MapNode
- MapNode(LinkedHashMap<String, ValueNode>) - Constructor for class net.orbyfied.aspen.raw.MapNode
- MapNode(Map<String, ValueNode>) - Constructor for class net.orbyfied.aspen.raw.MapNode
- merge(ListNode) - Method in class net.orbyfied.aspen.raw.ListNode
-
Merge this list of nodes with the given node.
- merge(MapNode) - Method in class net.orbyfied.aspen.raw.MapNode
-
Merge this node with the given node.
N
- net.orbyfied.aspen.raw - package net.orbyfied.aspen.raw
- Node - Class in net.orbyfied.aspen.raw
-
A node in configuration.
- Node() - Constructor for class net.orbyfied.aspen.raw.Node
P
- PLAIN - Enum constant in enum class net.orbyfied.aspen.raw.ValueStyle
- putEntry(String, ValueNode) - Method in class net.orbyfied.aspen.raw.MapNode
R
- RawProvider - Interface in net.orbyfied.aspen.raw
-
The raw configuration provider.
S
- setStyle(ValueStyle) - Method in class net.orbyfied.aspen.raw.ValueNode
- setValue(T) - Method in class net.orbyfied.aspen.raw.ValueNode
-
Set the value of this node.
- SINGLE_QUOTED - Enum constant in enum class net.orbyfied.aspen.raw.ValueStyle
T
- toString() - Method in class net.orbyfied.aspen.raw.Node
V
- ValueNode<T> - Class in net.orbyfied.aspen.raw
-
A node which holds a value.
- ValueNode() - Constructor for class net.orbyfied.aspen.raw.ValueNode
- ValueNode(T) - Constructor for class net.orbyfied.aspen.raw.ValueNode
- valueOf(String) - Static method in enum class net.orbyfied.aspen.raw.ValueStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.orbyfied.aspen.raw.ValueStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueStyle - Enum Class in net.orbyfied.aspen.raw
W
- write(Node, Writer) - Method in interface net.orbyfied.aspen.raw.RawProvider
-
Attempts to serialize the given node tree to the writer.
All Classes and Interfaces|All Packages