public abstract class GraphFilter
extends org.apache.tools.ant.ProjectComponent
DependencyGraph based on configuration by Ant.| Modifier and Type | Field and Description |
|---|---|
protected List<GraphFilter> |
children |
| Constructor and Description |
|---|
GraphFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GraphFilter child)
Adds another child.
|
protected DependencyGraph |
evaluateChild()
Short for
evaluateChild(0), for those fitlers that only have one child. |
protected DependencyGraph |
evaluateChild(int index)
Evaluate the n-th child
GraphFilter. |
abstract DependencyGraph |
process() |
protected final List<GraphFilter> children
public abstract DependencyGraph process()
public void add(GraphFilter child)
protected DependencyGraph evaluateChild(int index)
GraphFilter. If omitted, it returns the input graph,
so that the full graph can be given as an input implicitly. Whether this defaulting
is a good idea or not, it's hard to say.protected final DependencyGraph evaluateChild()
evaluateChild(0), for those fitlers that only have one child.Copyright © 2014. All rights reserved.