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 aListof elements of typeListProperty.Property<T> AProviderrepresentation for capturing the state of a property.PropertyState<T> Deprecated. UsePropertyinstead.Provider<T> A container object that provides a value of a specific type.ProviderFactory A factory for creating instances ofProviderandPropertyState.