Method and Description |
---|
ProjectOperations#file(Object file)
Converts a file-like object to a File instance with project context.
|
ProjectOperations#fileOrNull(Object file)
Similar to {
|
ProjectOperations#fileize(Iterable files)
Converts a collection of file-like objects to a list of File instances with project context.
|
ProjectOperations#files(Object paths)
|
ProjectOperations#map(Provider Maps one provider to another.
|
ProjectOperations#relativePath(Object f)
Returns the relative path from the project directory to the given path.
|
ProjectOperations#updateFileProperty(Provider Updates a file provider.
|
ProjectOperations#updateStringProperty(Provider Updates a string provider.
|
ProjectTools#asConfiguration(Object configurationThingy)
Resolves an arbitrary item to a Configuration instance.
|
ProjectTools#asConfigurations(Collection> configurationThingies)
Resolves arbitrary items to a collection of Configuration instances.
|
ProviderTools#getOrElse(Provider Allowed getOrElse functionality for providers even before Gradle 4.3.
|
ProviderTools#getOrNull(Provider Allow getOrElse functionality for providers even before Gradle 4.3.
|
ProviderTools#map(Provider Maps one provider to another.
|