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