Class DefaultConfiguration<T extends IConfigurationFeature<?>>

java.lang.Object
dev.metaschema.core.configuration.DefaultConfiguration<T>
Type Parameters:
T - the type of managed features
All Implemented Interfaces:
IConfiguration<T>, IMutableConfiguration<T>

public class DefaultConfiguration<T extends IConfigurationFeature<?>> extends Object implements IMutableConfiguration<T>
Provides a basic configuration management implementation that allows mutable access to configuration state.