public interface PropertyResolveOrder
Resolves a property within a certain order
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Provider<String> |
resolve(ProjectOperations po, String name, boolean configurationTimeSafe)A provider to a property. |
A provider to a property.
po - ProjectOperationsname - Name of propertyconfigurationTimeSafe - Whether this property should be configuration time-safe.