Class AbstractConfigurationLoader.Builder<T extends AbstractConfigurationLoader.Builder<T>>

java.lang.Object
ninja.leaping.configurate.loader.AbstractConfigurationLoader.Builder<T>
Type Parameters:
T - The builders own type (for chaining using generic types)
Enclosing class:
AbstractConfigurationLoader<NodeType extends ConfigurationNode>

protected abstract static class AbstractConfigurationLoader.Builder<T extends AbstractConfigurationLoader.Builder<T>>
extends Object
An abstract builder implementation for AbstractConfigurationLoaders.