public class ExternalPropertiesExtension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
ExternalPropertiesExtension(org.gradle.api.Project project)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.provider.ListProperty<PropertyResolver> |
getResolvers()
Get all the resolvers.
|
void |
resolver(java.io.File file)
Allows the user to add a
File based resolver. |
public static final java.lang.String NAME
public ExternalPropertiesExtension(org.gradle.api.Project project)
project - the projectpublic void resolver(java.io.File file)
File based resolver.file - the filepublic org.gradle.api.provider.ListProperty<PropertyResolver> getResolvers()