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 PreferencesConfigOptionsPreferencesConfigBuilderImpl.preferencesOptionsThe preferences based configuration options.protected final PreferencesConfigOptionsPreferencesMutableConfigBuilderImpl.preferencesOptionsThe preferences based configuration options.Constructors in dev.orne.config.impl with parameters of type PreferencesConfigOptionsModifierConstructorDescriptionprotectedPreferencesConfigImpl(ConfigOptions options, MutableConfigOptions mutableOptions, PreferencesConfigOptions preferencesOptions) Creates a new instance.PreferencesConfigImpl(ConfigOptions options, PreferencesConfigOptions preferencesOptions) Creates a new instance.Copy constructor.protectedPreferencesMutableConfigBuilderImpl(ConfigOptions options, MutableConfigOptions mutableOptions, PreferencesConfigOptions preferencesOptions) Copy constructor.PreferencesMutableConfigImpl(ConfigOptions options, MutableConfigOptions mutableOptions, PreferencesConfigOptions preferencesOptions) Creates a new instance.