public abstract class AbstractTaskDependency extends Object implements TaskDependencyInternal
| Constructor and Description |
|---|
AbstractTaskDependency() |
| Modifier and Type | Method and Description |
|---|---|
Set<Task> |
getDependencies(Task task)
Determines the dependencies for the given
Task. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolvepublic Set<Task> getDependencies(Task task)
TaskDependencyDetermines the dependencies for the given Task. This method is called when Gradle assembles the task
execution graph for a build. This occurs after all the projects have been evaluated, and before any task
execution begins.
getDependencies in interface TaskDependencytask - The task to determine the dependencies for.Copyright © 2013. All rights reserved