| Modifier and Type | Required Element and Description |
|---|---|
String[] |
includes
Ant-like file includes patterns.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
defaultValue
Default input directory location.
|
String[] |
excludes
Ant-like file excludes patterns.
|
boolean |
filesRequired
If
filesRequired=true, the injected parameter value will be an existing directory that
has matching files. |
String[] |
value
Input directory location.
|
public abstract String[] includes
<configuration> section.public abstract boolean filesRequired
filesRequired=true, the injected parameter value will be an existing directory that
has matching files.
If filesRequired=false, the injected parameter value may be null, be a
directory that does not exist, existing directory with or without matching files.
public abstract String[] value
<configuration> section. Cannot be used together with defaultValue().Parameter.value(),
defaultValue()public abstract String[] defaultValue
<configuration>
section. Cannot be used together with value().Parameter.defaultValue(),
value()public abstract String[] excludes
<configuration> section.Copyright © 2017. All rights reserved.