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, save
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEmptyNode, load
protected JSONConfigurationLoader(JSONConfigurationLoader.Builder builder)
public static JSONConfigurationLoader.Builder builder()
protected void loadInternal(ConfigurationNode node, BufferedReader reader) throws IOException
loadInternal
in class AbstractConfigurationLoader<ConfigurationNode>
IOException
public void saveInternal(ConfigurationNode node, Writer writer) throws IOException
saveInternal
in class AbstractConfigurationLoader<ConfigurationNode>
IOException
public CommentedConfigurationNode createEmptyNode(ConfigurationOptions options)
ConfigurationLoader
options
- The options to use with this node. Must not be null (take a look at ConfigurationOptions.defaults()
)Copyright © 2014–2017. All rights reserved.