Modifier and Type | Optional Element and Description |
---|---|
String[] |
defaultValue |
boolean |
fileRequired
If
fileRequired=true , the injected parameter value will be an existing regular file. |
String[] |
value |
public abstract boolean fileRequired
fileRequired=true
, the injected parameter value will be an existing regular file.
If fileRequired=false
, the injected parameter value can be am existing regular file, a
file that does not exist or null
, if no parameter configuration was provided.
Parameter.required()
public abstract String[] value
Parameter.value()
public abstract String[] defaultValue
Parameter.defaultValue()
Copyright © 2021. All rights reserved.