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 TypeMethodDescriptionPreferencesConfigInitialBuilder.ofNode(Preferences preferences) Selects the specified preferences node.Selects the node for the package of the specified class on the system preferences tree.Selects the node with the specified path relative to the node for the package of the specified class on the system preferences tree.Selects the node with the specified path on the system preferences tree.PreferencesConfigInitialBuilder.ofSystemRoot()Selects the system preferences tree root node.Selects the node for the package of the specified class on the user preferences tree.Selects the node with the specified path relative to the node for the package of the specified class on the user preferences tree.Selects the node with the specified path on the user preferences tree.PreferencesConfigInitialBuilder.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 TypeMethodDescriptionPreferencesConfigBuilderImpl.ofNode(Preferences preferences) Selects the specified preferences node.Selects the node for the package of the specified class on the system preferences tree.Selects the node with the specified path relative to the node for the package of the specified class on the system preferences tree.Selects the node with the specified path on the system preferences tree.PreferencesConfigBuilderImpl.ofSystemRoot()Selects the system preferences tree root node.Selects the node for the package of the specified class on the user preferences tree.Selects the node with the specified path relative to the node for the package of the specified class on the user preferences tree.Selects the node with the specified path on the user preferences tree.PreferencesConfigBuilderImpl.ofUserRoot()Selects the user preferences tree root node.