| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal.file | |
| org.gradle.api.internal.project |
| Modifier and Type | Method and Description |
|---|---|
static PathValidation |
PathValidation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathValidation[] |
PathValidation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
File |
Script.file(Object path,
PathValidation validation)
Resolves a file path relative to the directory containing this script and validates it using the given scheme.
|
File |
Project.file(Object path,
PathValidation validation)
Resolves a file path relative to the project directory of this project and validates it using the given
scheme.
|
| Modifier and Type | Method and Description |
|---|---|
File |
FileOperations.file(Object path,
PathValidation validation) |
File |
DefaultFileOperations.file(Object path,
PathValidation validation) |
File |
FileResolver.resolve(Object path,
PathValidation validation) |
File |
AbstractFileResolver.resolve(Object path,
PathValidation validation) |
protected void |
AbstractFileResolver.validate(File file,
PathValidation validation) |
| Modifier and Type | Method and Description |
|---|---|
File |
AbstractProject.file(Object path,
PathValidation validation) |
Copyright © 2013. All rights reserved