Package org.forgerock.opendj.config
Class IpAddressMaskPropertyDefinition.Builder
java.lang.Object
org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder<AddressMask,IpAddressMaskPropertyDefinition>
org.forgerock.opendj.config.IpAddressMaskPropertyDefinition.Builder
- Enclosing class:
- IpAddressMaskPropertyDefinition
public static final class IpAddressMaskPropertyDefinition.Builder
extends PropertyDefinition.AbstractBuilder<AddressMask,IpAddressMaskPropertyDefinition>
An interface for incrementally constructing IP address mask property definitions.
-
Method Summary
Modifier and TypeMethodDescriptionprotected IpAddressMaskPropertyDefinition
buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> 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 IpAddressMaskPropertyDefinition buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior, Deprecated deprecated) Description copied from class:PropertyDefinition.AbstractBuilder
Build a property definition based on the properties of this builder.- Specified by:
buildInstance
in classPropertyDefinition.AbstractBuilder<AddressMask,
IpAddressMaskPropertyDefinition> - 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.
-