Package | Description |
---|---|
ninja.leaping.configurate.commented | |
ninja.leaping.configurate.hocon | |
ninja.leaping.configurate.json |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCommentedConfigurationNode
Represents a configuration node containing comments
|
Modifier and Type | Method and Description |
---|---|
CommentedConfigurationNode |
CommentedConfigurationNode.getAppendedNode() |
CommentedConfigurationNode |
CommentedConfigurationNode.getNode(Object... path) |
CommentedConfigurationNode |
CommentedConfigurationNode.getParent() |
CommentedConfigurationNode |
CommentedConfigurationNode.mergeValuesFrom(ConfigurationNode other) |
CommentedConfigurationNode |
CommentedConfigurationNode.setComment(String comment)
Sets the comment for this configuration.
|
CommentedConfigurationNode |
CommentedConfigurationNode.setValue(Object value) |
Modifier and Type | Method and Description |
---|---|
List<? extends CommentedConfigurationNode> |
CommentedConfigurationNode.getChildrenList() |
Map<Object,? extends CommentedConfigurationNode> |
CommentedConfigurationNode.getChildrenMap() |
Modifier and Type | Method and Description |
---|---|
CommentedConfigurationNode |
HoconConfigurationLoader.createEmptyNode(ConfigurationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
HoconConfigurationLoader.loadInternal(CommentedConfigurationNode node,
BufferedReader reader) |
Modifier and Type | Method and Description |
---|---|
CommentedConfigurationNode |
JSONConfigurationLoader.createEmptyNode(ConfigurationOptions options) |
Copyright © 2014–2017. All rights reserved.