Package org.forgerock.opendj.config
Class BooleanPropertyDefinition.Builder
java.lang.Object
org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder<Boolean,BooleanPropertyDefinition>
org.forgerock.opendj.config.BooleanPropertyDefinition.Builder
- Enclosing class:
- BooleanPropertyDefinition
public static final class BooleanPropertyDefinition.Builder
extends PropertyDefinition.AbstractBuilder<Boolean,BooleanPropertyDefinition>
An interface for incrementally constructing boolean property definitions.
-
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanPropertyDefinitionbuildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Boolean>> defaultBehavior, Deprecated deprecated) Build a property definition based on the properties of this builder.Methods inherited from class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
getInstance, setAdministratorAction, setDefaultBehaviorProvider, setDeprecated, setOption
-
Method Details
-
buildInstance
protected BooleanPropertyDefinition buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Boolean>> defaultBehavior, Deprecated deprecated) Description copied from class:PropertyDefinition.AbstractBuilderBuild a property definition based on the properties of this builder.- Specified by:
buildInstancein classPropertyDefinition.AbstractBuilder<Boolean,BooleanPropertyDefinition> - Parameters:
d- The managed object definition associated with this property definition.propertyName- The property name.options- Options applicable to this definition.adminAction- The administrator action.defaultBehavior- The default behavior provider.deprecated- The deprecation description.- Returns:
- The new property definition.
-