Class XmlConfigurationFormat
java.lang.Object
org.spongepowered.configurate.loader.AbstractConfigurationFormat<AttributedConfigurationNode,XmlConfigurationLoader,XmlConfigurationLoader.Builder>
org.spongepowered.configurate.xml.XmlConfigurationFormat
- All Implemented Interfaces:
ConfigurationFormat
public final class XmlConfigurationFormat
extends AbstractConfigurationFormat<AttributedConfigurationNode,XmlConfigurationLoader,XmlConfigurationLoader.Builder>
A
ConfigurationFormat
for the XML configuration loader.
This format should not be used directly, but instead accessed
through methods on ConfigurationFormat
.
- Since:
- 4.2.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.spongepowered.configurate.loader.AbstractConfigurationFormat
create, create, create, create, id, supportedExtensions
-
Constructor Details
-
XmlConfigurationFormat
public XmlConfigurationFormat()For use by service loader only.- Since:
- 4.2.0
-