Package org.forgerock.opendj.config
Class HostPropertyDefinition.Builder
java.lang.Object
org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder<com.forgerock.opendj.util.Host,HostPropertyDefinition>
org.forgerock.opendj.config.HostPropertyDefinition.Builder
- Enclosing class:
- HostPropertyDefinition
public static final class HostPropertyDefinition.Builder
extends PropertyDefinition.AbstractBuilder<com.forgerock.opendj.util.Host,HostPropertyDefinition>
An interface for incrementally constructing IP address property definitions.
-
Method Summary
Modifier and TypeMethodDescriptionprotected HostPropertyDefinition
buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> 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 HostPropertyDefinition buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> 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<com.forgerock.opendj.util.Host,
HostPropertyDefinition> - 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.
-