T
- the type of elements.HasMultipleValues<T>
, Provider<java.util.List<T>>
@Incubating public interface ListProperty<T> extends Provider<java.util.List<T>>, HasMultipleValues<T>
List
of elements of type ListProperty
.
You can create a ListProperty
instance using factory method ObjectFactory.listProperty(Class)
.
Note: This interface is not intended for implementation by build script or plugin authors.
Modifier and Type | Method | Description |
---|---|---|
ListProperty<T> |
empty() |
Sets the value of this property to an empty collection, and replaces any existing value.
|
add, add, addAll, addAll, addAll, finalizeValue, set, set
ListProperty<T> empty()
empty
in interface HasMultipleValues<T>