Uses of Interface
dev.orne.config.PreferencesConfigBuilder
Packages that use PreferencesConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of PreferencesConfigBuilder in dev.orne.config
Methods in dev.orne.config that return PreferencesConfigBuilderModifier and TypeMethodDescription@NotNull PreferencesConfigBuilderPreferencesConfigInitialBuilder.ofNode(@NotNull Preferences preferences) Selects the specified preferences node.@NotNull PreferencesConfigBuilderSelects the node for the package of the specified class on the system preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path relative to the node for the package of the specified class on the system preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path on the system preferences tree.@NotNull PreferencesConfigBuilderPreferencesConfigInitialBuilder.ofSystemRoot()Selects the system preferences tree root node.@NotNull PreferencesConfigBuilderSelects the node for the package of the specified class on the user preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path relative to the node for the package of the specified class on the user preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path on the user preferences tree.@NotNull PreferencesConfigBuilderPreferencesConfigInitialBuilder.ofUserRoot()Selects the user preferences tree root node. -
Uses of PreferencesConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement PreferencesConfigBuilderModifier and TypeClassDescriptionclassImplementation ofPreferencesbased immutable configuration builder.Methods in dev.orne.config.impl that return PreferencesConfigBuilderModifier and TypeMethodDescription@NotNull PreferencesConfigBuilderPreferencesConfigBuilderImpl.ofNode(@NotNull Preferences preferences) Selects the specified preferences node.@NotNull PreferencesConfigBuilderSelects the node for the package of the specified class on the system preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path relative to the node for the package of the specified class on the system preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path on the system preferences tree.@NotNull PreferencesConfigBuilderPreferencesConfigBuilderImpl.ofSystemRoot()Selects the system preferences tree root node.@NotNull PreferencesConfigBuilderSelects the node for the package of the specified class on the user preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path relative to the node for the package of the specified class on the user preferences tree.@NotNull PreferencesConfigBuilderSelects the node with the specified path on the user preferences tree.@NotNull PreferencesConfigBuilderPreferencesConfigBuilderImpl.ofUserRoot()Selects the user preferences tree root node.