Index
All Classes and Interfaces|All Packages
B
- build() - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
- builder() - Static method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader
-
Creates a new
HoconConfigurationLoader
builder. - Builder() - Constructor for class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
C
- checkCanWrite(ConfigurationNode) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader
- COMMENTS - Static variable in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set whether comments will be emitted.
- createNode(ConfigurationOptions) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader
E
- emitComments(boolean) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set whether comments should be emitted.
- emitJsonCompatible(boolean) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set whether output generated by this loader should be json-compatible.
H
- HoconConfigurationFormat - Class in org.spongepowered.configurate.hocon
-
A
ConfigurationFormat
for the HOCON configuration loader. - HoconConfigurationFormat() - Constructor for class org.spongepowered.configurate.hocon.HoconConfigurationFormat
-
For use by service loader only.
- HoconConfigurationLoader - Class in org.spongepowered.configurate.hocon
-
A loader for HOCON (Hodor)-formatted configurations, using the lightbend config library for parsing and generation.
- HoconConfigurationLoader.Builder - Class in org.spongepowered.configurate.hocon
-
Builds a
HoconConfigurationLoader
.
I
- indent(int) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set the amount of spaces to indent with when
prettyPrinting(boolean)
is on. - INDENT - Static variable in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set the amount of spaces to indent with when
prettyPrinting(boolean)
is on.
J
- JSON_COMPATIBLE - Static variable in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set whether JSON compatible output mode will be used.
L
- loadInternal(CommentedConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader
O
- optionSchema() - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
- org.spongepowered.configurate.hocon - package org.spongepowered.configurate.hocon
-
Configuration loader for the HOCON library.
P
- PRETTY_PRINTING - Static variable in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set whether output from this loader will be pretty-printed or not.
- prettyPrinting(boolean) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
Set whether output from this loader will be pretty-printed or not.
S
- saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.hocon.HoconConfigurationLoader
- SCHEMA - Static variable in class org.spongepowered.configurate.hocon.HoconConfigurationLoader.Builder
-
A schema of options available to configure the Hocon loader.
All Classes and Interfaces|All Packages