public class TaskUtil
extends java.lang.Object
| Constructor and Description |
|---|
TaskUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
createAbsolutePath(java.lang.Object filePath,
org.gradle.api.Project gradleProject)
Converts the given path relative to the gradle project to a absolute path and
returns the absolute path.
|
static org.gradle.api.GradleException |
toGradleException(java.lang.Exception ex)
Used to Convert a thrown Exception into a GradleException.
|
public static org.gradle.api.GradleException toGradleException(java.lang.Exception ex)
public static java.io.File createAbsolutePath(java.lang.Object filePath,
org.gradle.api.Project gradleProject)