public class GraphDefTask extends DependencyGraphTask
The name is chosen to match with other xxxDef tasks in Ant, like taskDef, typeDef, etc.
Modifier and Type | Field and Description |
---|---|
protected GraphFilter |
filter |
Constructor and Description |
---|
GraphDefTask() |
Modifier and Type | Method and Description |
---|---|
void |
add(GraphFilter child)
Adds a
GraphFilter child. |
void |
execute() |
void |
setId(String id) |
buildGraph, setArtifactId, setBaseGraph, setClassifier, setGroupId, setTolerateBrokenPOMs, setType, setVersion
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected GraphFilter filter
public void setId(String id)
public void add(GraphFilter child)
GraphFilter
child. Ant will invoke this for each child element given in build script.public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2014. All rights reserved.