Package org.gradle.api.provider
The interfaces for value providers.
- Since:
- 4.0
-
Interface Summary Interface Description ListProperty<T> Represents a property whose type is aList
of elements of typeListProperty
.Property<T> AProvider
representation for capturing the state of a property.PropertyState<T> Deprecated. UseProperty
instead.Provider<T> A container object that provides a value of a specific type.ProviderFactory A factory for creating instances ofProvider
andPropertyState
.