public class JSONConfigurationLoader extends AbstractConfigurationLoader<ConfigurationNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONConfigurationLoader.Builder |
CONFIGURATE_LINE_SEPARATOR, LINE_SPLITTER, source, SYSTEM_LINE_SEPARATOR| Modifier | Constructor and Description |
|---|---|
protected |
JSONConfigurationLoader(JSONConfigurationLoader.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static JSONConfigurationLoader.Builder |
builder() |
CommentedConfigurationNode |
createEmptyNode(ConfigurationOptions options)
Return an empty node of the most appropriate type for this loader
|
protected void |
loadInternal(ConfigurationNode node,
BufferedReader reader) |
void |
saveInternal(ConfigurationNode node,
Writer writer) |
canLoad, canSave, getDefaultCommentHandler, getDefaultOptions, load, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEmptyNode, loadprotected JSONConfigurationLoader(JSONConfigurationLoader.Builder builder)
public static JSONConfigurationLoader.Builder builder()
protected void loadInternal(ConfigurationNode node, BufferedReader reader) throws IOException
loadInternal in class AbstractConfigurationLoader<ConfigurationNode>IOExceptionpublic void saveInternal(ConfigurationNode node, Writer writer) throws IOException
saveInternal in class AbstractConfigurationLoader<ConfigurationNode>IOExceptionpublic CommentedConfigurationNode createEmptyNode(ConfigurationOptions options)
ConfigurationLoaderoptions - The options to use with this node. Must not be null (take a look at ConfigurationOptions.defaults())Copyright © 2014–2017. All rights reserved.