public class GsonConfigurationLoader extends AbstractConfigurationLoader<ConfigurationNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
GsonConfigurationLoader.Builder |
LINE_SEPARATOR, LINE_SPLITTER, source| Modifier | Constructor and Description |
|---|---|
protected |
GsonConfigurationLoader(GsonConfigurationLoader.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static GsonConfigurationLoader.Builder |
builder() |
ConfigurationNode |
createEmptyNode(ConfigurationOptions options) |
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 GsonConfigurationLoader(GsonConfigurationLoader.Builder builder)
public static GsonConfigurationLoader.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 ConfigurationNode createEmptyNode(ConfigurationOptions options)
Copyright © 2014–2016 Leaping Ninja. All rights reserved.