public class YAMLConfigurationLoader extends AbstractConfigurationLoader<ConfigurationNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
YAMLConfigurationLoader.Builder |
LINE_SEPARATOR, LINE_SPLITTER, source, UTF8_CHARSET| Modifier and Type | Method and Description |
|---|---|
static YAMLConfigurationLoader.Builder |
builder() |
ConfigurationNode |
createEmptyNode(ConfigurationOptions options)
Return an empty node of the most appropriate type for this loader
|
protected void |
loadInternal(ConfigurationNode node,
BufferedReader reader) |
protected void |
saveInternal(ConfigurationNode node,
Writer writer) |
canLoad, canSave, getDefaultCommentHandler, load, load, savepublic static YAMLConfigurationLoader.Builder builder()
protected void loadInternal(ConfigurationNode node, BufferedReader reader) throws IOException
loadInternal in class AbstractConfigurationLoader<ConfigurationNode>IOExceptionprotected void saveInternal(ConfigurationNode node, Writer writer) throws IOException
saveInternal in class AbstractConfigurationLoader<ConfigurationNode>IOExceptionpublic ConfigurationNode createEmptyNode(ConfigurationOptions options)
ConfigurationLoaderoptions - The options to use with this node. Must not be null (take a look at ConfigurationOptions.defaults())Copyright © 2014–2015 Leaping Ninja. All rights reserved.