Package com.electronwill.nightconfig.core
package com.electronwill.nightconfig.core
-
ClassDescriptionAn abstract CommentedConfig backed by two maps: one for the values and one for the comments.An abstract Config that uses a
Mapto store its values.A wrapper around aMap.Entry<String, Object>.A modifiable config that supports comments.A modifiable commented config entry.A (modifiable) configuration that contains key/value mappings.A modifiable config entry.ConfigFormat<C extends Config>A configuration format, that can parse, create and write some types of configurations.Represents a specification for a configuration.Listens to the corrections made by the methodsConfigSpec.correct(Config)andConfigSpec.correct(Config, CorrectionListener).Specifies how to treat non-enum values when usingUnmodifiableConfig.getEnum(String, Class, EnumGetMethod).The commented version ofInMemoryFormatA ConfigFormat that is only in memory.Singleton for representing null values in Maps that don't support them.An unmodifiable config that supports comments.An unmodifiable commented config entry.An unmodifiable (read-only) configuration that contains key/value mappings.An unmodifiable config entry.