Class ConfigFormats
java.lang.Object
ca.stellardrift.build.configurate.ConfigFormats
Standard formats for configuration.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<ConfigProcessor<?,?>> all()static @Nullable ConfigProcessor<?,?> byExtension(String extension)
-
Field Details
-
HOCON
public static final ConfigProcessor<HoconConfigurationLoader.Builder,HoconConfigurationLoader> HOCON -
JSON
-
YAML
-
XML
-
-
Method Details
-
all
-
byExtension
-