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