Uses of Class
org.togglz.core.activation.ParameterBuilder
-
Packages that use ParameterBuilder Package Description org.togglz.core.activation -
-
Uses of ParameterBuilder in org.togglz.core.activation
Methods in org.togglz.core.activation that return ParameterBuilder Modifier and Type Method Description static ParameterBuilderParameterBuilder. create(String name)Creates a new builder for a parameter with the given name.ParameterBuilderParameterBuilder. description(String description)Sets an optional description for the parameter displayed in the admin console.ParameterBuilderParameterBuilder. label(String name)A custom human readable label for the parameter.ParameterBuilderParameterBuilder. largeText()Specifies that the parameter typically has large texts as a valueParameterBuilderParameterBuilder. matching(String regex)Sets a regular expression that must match for parameter values to be considered as valid.ParameterBuilderParameterBuilder. optional()Configures the parameter to be optional.
-