public class AddDependencyToLeaves extends Object implements DAGTraversal.Function
| Constructor and Description |
|---|
AddDependencyToLeaves(List<Task<?>> postDependencyCollectionTasks) |
AddDependencyToLeaves(Task<?> postDependencyTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Task<?> task) |
boolean |
skipProcessing(Task<?> task) |
public AddDependencyToLeaves(Task<?> postDependencyTask)
public void process(Task<?> task)
process in interface DAGTraversal.Functionpublic boolean skipProcessing(Task<?> task)
skipProcessing in interface DAGTraversal.FunctionCopyright © 2024 The Apache Software Foundation. All rights reserved.