Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Class and Description |
---|---|
class |
Profile.EnumParameter<T3>
Represents a parameter with an enumeration of allowed values.
|
Modifier and Type | Method and Description |
---|---|
Profile.Parameter<T> |
Profile.Parameter.advanced()
Specifies that this
profile parameter is advanced. |
Profile.Parameter<Boolean> |
Profile.ParameterFactory.booleanParameter(String variableName)
Creates and returns a new boolean parameter.
|
<T> Profile.Parameter<T> |
Profile.ParameterFactory.customParameter(Profile.ParameterType<T> type,
String variableName)
Creates and returns a new parameter of the provided type.
|
Profile.Parameter<T> |
Profile.Parameter.defaultValue(String defaultValue)
Sets this profile parameter default value with the provided string.
|
Profile.Parameter<T> |
Profile.Parameter.defaultValue(T defaultValue)
Sets this profile parameter default value.
|
Profile.Parameter<T> |
Profile.Parameter.description(String description)
Sets this profile parameter description.
|
Profile.Parameter<Dn> |
Profile.ParameterFactory.domainParameter(String variableName)
Creates and returns a new domain parameter.
|
Profile.Parameter<Double> |
Profile.ParameterFactory.doubleParameter(String variableName)
Creates and returns a new
Double parameter. |
Profile.Parameter<Float> |
Profile.ParameterFactory.floatParameter(String variableName)
Creates and returns a new
Float parameter. |
Profile.Parameter<T> |
Profile.Parameter.help(String... helpMsgLines)
Sets this profile parameter help.
|
Profile.Parameter<Integer> |
Profile.ParameterFactory.integerParameter(String variableName)
Creates and returns a new
Integer parameter. |
Profile.Parameter<Long> |
Profile.ParameterFactory.longParameter(String variableName)
Creates and returns a new
Long parameter. |
Profile.Parameter<String> |
Profile.ParameterFactory.passwordParameter(String variableName)
Creates and returns a new password parameter.
|
Profile.Parameter<Path> |
Profile.ParameterFactory.pathParameter(String variableName)
Creates and returns a new
Path parameter. |
Profile.Parameter<T> |
Profile.Parameter.prompt(String... promptMsgLines)
Sets this profile parameter prompt message.
|
Profile.Parameter<T> |
Profile.Parameter.property(String property)
Sets this profile parameter property.
|
Profile.Parameter<String> |
Profile.ParameterFactory.stringParameter(String variableName)
Creates and returns a new
String parameter. |
Modifier and Type | Method and Description |
---|---|
Collection<Profile.Parameter<?>> |
Profile.loadParameterDefinitions()
Returns all parameters associated to this profile.
|
Modifier and Type | Method and Description |
---|---|
String |
Profile.ParameterValuesProvider.getValueOrNullIfDefault(Profile.Parameter<?> parameter)
Returns the value set for the provided profile parameter.
|
String |
Profile.ParameterValues.getValueOrNullIfDefault(Profile.Parameter<?> parameter) |
Copyright 2010-2022 ForgeRock AS.