Modifier and Type | Optional Element and Description |
---|---|
String[] |
defaultValue
Parameter default value.
|
boolean |
required
If the parameter value is required or can be omitted.
|
String[] |
value
Parameter value.
|
public abstract boolean required
null
if their value is
omitted.public abstract String[] value
<configuration>
section.
Useful with parameter ${expressions}, but static value can be used too. #value and
#defaultValue cannot be both used for the same parameter.defaultValue()
Copyright © 2021. All rights reserved.