Interface PropertyState<T>
- Type Parameters:
T- Type of value represented by property state
- All Known Subinterfaces:
DirectoryVar, RegularFileVar
Deprecated.
A
Provider representation for capturing the state of a property. The value can be provided by using the method Property.set(Object) or Property.set(Provider).
Note: This interface is not intended for implementation by build script or plugin authors. An instance of this class can be created
through the factory methods Project.property(java.lang.Class) or ProviderFactory.property(java.lang.Class).
- Since:
- 4.0
-
Method Summary
Propertyinstead.