Uses of Class
org.jivesoftware.util.SystemProperty.Builder
Packages that use SystemProperty.Builder
- 
Uses of SystemProperty.Builder in org.jivesoftware.util
Methods in org.jivesoftware.util that return SystemProperty.BuilderModifier and TypeMethodDescriptionSystemProperty.Builder.addListener(Consumer<T> listener) static <T> SystemProperty.Builder<T>Start a new SystemProperty builder.SystemProperty.Builder.setBaseClass(Class<?> baseClass) This indicates which class configured values must inherit from.SystemProperty.Builder.setChronoUnit(ChronoUnit chronoUnit) If the type of the property is aDurationthis is used to indicate how the value is saved in the database.SystemProperty.Builder.setDefaultValue(T defaultValue) Sets the default value for the SystemProperty.SystemProperty.Builder.setDynamic(boolean dynamic) SystemProperty.Builder.setEncrypted(boolean encrypted) Sets the key for the SystemProperty.SystemProperty.Builder.setMaxValue(T maxValue) Sets the maximum value for the SystemProperty.SystemProperty.Builder.setMinValue(T minValue) Sets the minimum value for the SystemProperty.Sets the name of the plugin that is associated with this property.SystemProperty.Builder.setSorted(boolean sorted)