Describes a property of a task that contains zero or more files.
Type | Name and description |
---|---|
TaskPropertyBuilder |
withPropertyName(String propertyName) Sets the name for this property. |
Sets the name for this property. The name must be a valid Java identifier, or a series of valid Java identifiers separated with dots ('.').
If the method is not called, or if it is called with null
, a name
will be assigned to the property automatically.