Uses of Class
dev.orne.config.impl.PreferencesConfigOptions
Packages that use PreferencesConfigOptions
-
Uses of PreferencesConfigOptions in dev.orne.config.impl
Fields in dev.orne.config.impl declared as PreferencesConfigOptionsModifier and TypeFieldDescriptionprotected final @NotNull PreferencesConfigOptionsPreferencesConfigBuilderImpl.preferencesOptionsThe preferences based configuration options.protected final @NotNull PreferencesConfigOptionsPreferencesMutableConfigBuilderImpl.preferencesOptionsThe preferences based configuration options.Constructors in dev.orne.config.impl with parameters of type PreferencesConfigOptionsModifierConstructorDescriptionPreferencesConfigImpl(@NotNull ConfigOptions options, @NotNull PreferencesConfigOptions preferencesOptions) Creates a new instance.PreferencesConfigOptions(@NotNull PreferencesConfigOptions 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.