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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HostPropertyDefinitionbuildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> defaultBehavior)Build a property definition based on the properties of this builder.-
Methods inherited from class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
getInstance, setAdministratorAction, setDefaultBehaviorProvider, setOption
-
-
-
-
Method Detail
-
buildInstance
protected HostPropertyDefinition buildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> defaultBehavior)
Description copied from class:PropertyDefinition.AbstractBuilderBuild a property definition based on the properties of this builder.- Specified by:
buildInstancein 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.- Returns:
- The new property definition.
-
-