public class TOMLConfigurationLoader
extends org.spongepowered.configurate.loader.AbstractConfigurationLoader<org.spongepowered.configurate.BasicConfigurationNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
TOMLConfigurationLoader.Builder |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull TOMLConfigurationLoader.Builder |
builder() |
org.spongepowered.configurate.BasicConfigurationNode |
createNode(@NonNull org.spongepowered.configurate.ConfigurationOptions options) |
protected void |
loadInternal(org.spongepowered.configurate.BasicConfigurationNode node,
java.io.BufferedReader reader) |
protected void |
saveInternal(org.spongepowered.configurate.ConfigurationNode node,
java.io.Writer writer) |
canLoad, canSave, checkCanWrite, defaultCommentHandler, defaultOptions, load, loadToReference, save, writeHeaderInternalpublic static @NonNull TOMLConfigurationLoader.Builder builder()
protected void loadInternal(org.spongepowered.configurate.BasicConfigurationNode node,
java.io.BufferedReader reader)
throws org.spongepowered.configurate.loader.ParsingException
loadInternal in class org.spongepowered.configurate.loader.AbstractConfigurationLoader<org.spongepowered.configurate.BasicConfigurationNode>org.spongepowered.configurate.loader.ParsingExceptionprotected void saveInternal(org.spongepowered.configurate.ConfigurationNode node,
java.io.Writer writer)
throws org.spongepowered.configurate.ConfigurateException
saveInternal in class org.spongepowered.configurate.loader.AbstractConfigurationLoader<org.spongepowered.configurate.BasicConfigurationNode>org.spongepowered.configurate.ConfigurateExceptionpublic org.spongepowered.configurate.BasicConfigurationNode createNode(@NonNull org.spongepowered.configurate.ConfigurationOptions options)