Uses of Class
dev.orne.config.impl.MutableConfigOptions
Packages that use MutableConfigOptions
-
Uses of MutableConfigOptions in dev.orne.config.impl
Fields in dev.orne.config.impl declared as MutableConfigOptionsModifier and TypeFieldDescriptionprotected final @NotNull MutableConfigOptionsAbstractMutableConfigBuilderImpl.mutableOptionsThe configuration options.Constructors in dev.orne.config.impl with parameters of type MutableConfigOptionsModifierConstructorDescriptionprotectedAbstractMutableConfig(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions) Creates a new instance.protectedAbstractMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions) Copy constructor.protectedAbstractWatchableConfig(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions) Creates a new instance.CommonsMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull CommonsConfigOptions commonsOptions) Copy constructor.CommonsMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull CommonsConfigOptions commonsOptions) Creates a new instance.protectedJsonMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull JsonConfigOptions jsonOptions) Copy constructor.JsonMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull JsonConfigOptions jsonOptions) Creates a new instance.MutableConfigOptions(@NotNull MutableConfigOptions copy) Copy constructor.protectedPreferencesMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull PreferencesConfigOptions preferencesOptions) Copy constructor.PreferencesMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull PreferencesConfigOptions preferencesOptions) Creates a new instance.protectedPropertiesMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull PropertiesConfigOptions propertyOptions) Copy constructor.PropertiesMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull PropertiesConfigOptions propertyOptions) Creates a new instance.protectedXmlMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull XmlConfigOptions xmlOptions) Copy constructor.XmlMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull XmlConfigOptions xmlOptions) Creates a new instance.protectedYamlMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull YamlConfigOptions yamlOptions) Copy constructor.YamlMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull YamlConfigOptions yamlOptions) Creates a new instance.