B C D I L O P R S W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
- builder() - Static method in class org.spongepowered.configurate.xml.XmlConfigurationLoader
-
Creates a new
XmlConfigurationLoader
builder.
C
- createNode(ConfigurationOptions) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader
D
- defaultTagName() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Gets the default tag name to be used by the resultant loader.
- defaultTagName(String) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Sets the default tag name the resultant loader should use.
I
- includesXmlDeclaration() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Gets if the resultant loader should include the XML declaration header when saving.
- includesXmlDeclaration(boolean) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Sets if the resultant loader should include the XML declaration header when saving.
- indent() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Gets the level of indentation to be used by the resultant loader.
- indent(int) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Sets the level of indentation the resultant loader should use.
L
- load(ConfigurationOptions) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader
- loadInternal(AttributedConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader
O
- org.spongepowered.configurate.xml - package org.spongepowered.configurate.xml
-
Configuration loader for the XML format.
P
- populate(LoaderOptionSource) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
R
- resolvesExternalContent() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Get whether external content should be resolved.
- resolvesExternalContent(boolean) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Sets whether external content should be resolved when loading data.
S
- saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader
- schema() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Gets the
Schema
to be used by the resultant loader. - schema(Schema) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Sets the
Schema
the resultant loader should use.
W
- writeHeaderInternal(Writer) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader
- writesExplicitType() - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Gets if explicit type attributes should be written by the loader.
- writesExplicitType(boolean) - Method in class org.spongepowered.configurate.xml.XmlConfigurationLoader.Builder
-
Sets if the resultant loader should write the explicit type of each node when saving nodes.
X
- XmlConfigurationFormat - Class in org.spongepowered.configurate.xml
-
A
ConfigurationFormat
for the XML configuration loader. - XmlConfigurationFormat() - Constructor for class org.spongepowered.configurate.xml.XmlConfigurationFormat
-
For use by service loader only.
- XmlConfigurationLoader - Class in org.spongepowered.configurate.xml
-
A loader for XML (Extensible Markup Language), using the native javax library for parsing and generation.
- XmlConfigurationLoader.Builder - Class in org.spongepowered.configurate.xml
-
Builds a
XmlConfigurationLoader
.
All Classes All Packages