public abstract class DependencyGraphTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
DependencyGraphTask() |
Modifier and Type | Method and Description |
---|---|
protected DependencyGraph |
buildGraph(GraphFilter filter)
Transforms a graph by applying the given filter to thtese "source graph",
which is determined by the various parameter to this task.
|
void |
setArtifactId(String artifactId) |
void |
setBaseGraph(String id) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setTolerateBrokenPOMs(boolean tolerateBrokenPOMs)
If true, ignore an artifact that fails to resolve.
|
void |
setType(String type) |
void |
setVersion(String version) |
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public void setType(String type)
public void setClassifier(String classifier)
public void setBaseGraph(String id)
public void setTolerateBrokenPOMs(boolean tolerateBrokenPOMs)
protected DependencyGraph buildGraph(GraphFilter filter)
Copyright © 2014. All rights reserved.