Package ninja.leaping.configurate.loader

Base infrastructure for configuration loaders

A configuration loader is responsible for converting between the location of a serialized form (a file, string, or URL) and a ConfigurationNode. Most loader implementations will want to extend AbstractConfigurationLoader in order to gain some standard abilities. Any binary formats may want to use other solutions, since the abstract loader assumes in many places that configuration files are text files.