public abstract class ProjectApiHelper
extends java.lang.Object
Project for different
Gradle versions.| Constructor and Description |
|---|
ProjectApiHelper() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.io.File |
file(java.lang.String path)
Resolves a file path relative to the project directory of this project
|
abstract java.io.File |
getBuildDirectory() |
static ProjectApiHelper |
newInstance(org.gradle.api.Project project)
Creates a new instance of the
ProjectApiHelper for the given
Project depending on the Gradle version |
public static ProjectApiHelper newInstance(org.gradle.api.Project project)
ProjectApiHelper for the given
Project depending on the Gradle versionproject - the project to create a helper forpublic abstract java.io.File getBuildDirectory()
public abstract java.io.File file(java.lang.String path)
path - the path