Uses of Class
org.openwms.core.preferences.Preference.Builder
Packages that use Preference.Builder
Package
Description
Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences.
Contains types working with a file based implementation.
-
Uses of Preference.Builder in org.openwms.core.preferences
Methods in org.openwms.core.preferences that return Preference.BuilderModifier and TypeMethodDescriptionPreference.Builder.description(String val) Preference.Builder.fromFile(boolean val) Preference.Builder.lastModifiedDt(LocalDateTime val) static Preference.BuilderPreference.newBuilder()Preference.Builder.scope(PropertyScope val) Preference.Builder.type(PreferenceType val) Constructors in org.openwms.core.preferences with parameters of type Preference.Builder -
Uses of Preference.Builder in org.openwms.core.preferences.impl.file
Methods in org.openwms.core.preferences.impl.file that return Preference.BuilderModifier and TypeMethodDescriptionprivate Preference.BuilderFilePreferenceMapper.createBuilder(GenericPreference p)