Package org.core.config
Interface ConfigManager
public interface ConfigManager
-
Method Summary
Modifier and TypeMethodDescriptionread(@NotNull File file, @Nullable ConfigurationFormat format)
-
Method Details
-
getDefaultFormat
ConfigurationFormat getDefaultFormat() -
getSupportedFormats
Collection<ConfigurationFormat> getSupportedFormats() -
read
ConfigurationStream.ConfigurationFile read(@NotNull @NotNull File file, @Nullable @Nullable ConfigurationFormat format) -
read
-