public class Providers
extends java.lang.Object
Provider and Property instances.| Constructor and Description |
|---|
Providers() |
| Modifier and Type | Method and Description |
|---|---|
static org.gradle.api.file.DirectoryProperty |
createDirectoryProperty(org.gradle.api.Project pProject)
Create a new
DirectoryProperty. |
static org.gradle.api.file.RegularFileProperty |
createFileProperty(org.gradle.api.Project pProject)
Create a new
RegularFileProperty. |
public static org.gradle.api.file.RegularFileProperty createFileProperty(org.gradle.api.Project pProject)
RegularFileProperty.pProject - The project to create the property with.RegularFileProperty, or null if one couldn't be created. An error will
be logged in the latter case.public static org.gradle.api.file.DirectoryProperty createDirectoryProperty(org.gradle.api.Project pProject)
DirectoryProperty.pProject - The project to create the property with.DirectoryProperty, or null if one couldn't be created. An error will
be logged in the latter case.