Index
All Classes|All Packages
B
- build() - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
- builder() - Static method in class me.lucko.configurate.toml.TOMLConfigurationLoader
-
Creates a new
TOMLConfigurationLoaderbuilder.
C
- createNode(ConfigurationOptions) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader
G
- getArrayPadding() - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Gets the amount of array padding to be used by the resultant loader.
- getKeyIndent() - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Gets the level of key indentation to be used by the resultant loader.
- getTableIndent() - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Gets the level of table indentation to be used by the resultant loader.
- getUseFractionalSeconds() - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Gets if fractional seconds should be used by the resultant loader.
- getZoneOffset() - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Gets the
ZoneOffsetto be used by the resultant loader.
L
- loadInternal(BasicConfigurationNode, BufferedReader) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader
M
- me.lucko.configurate.toml - package me.lucko.configurate.toml
S
- saveInternal(ConfigurationNode, Writer) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader
- setArrayPadding(int) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Sets the amount of padding the resultant loader should use for array delimiters.
- setKeyIndent(int) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Sets the level of indentation the resultant loader should use for keys.
- setTableIndent(int) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Sets the level of indentation the resultant loader should use for tables.
- setUseFractionalSeconds(boolean) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Sets if the resultant loader should use fractional seconds.
- setZoneOffset(ZoneOffset) - Method in class me.lucko.configurate.toml.TOMLConfigurationLoader.Builder
-
Sets the
ZoneOffsetthe resultant loader should use.
T
- TOMLConfigurationLoader - Class in me.lucko.configurate.toml
-
A loader for the TOML configurations, using the toml4j library for parsing and generation.
- TOMLConfigurationLoader.Builder - Class in me.lucko.configurate.toml
-
Builds a
TOMLConfigurationLoader.
All Classes|All Packages