|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jvnet.maven.plugin.antrun.DependencyGraphTask
public abstract class DependencyGraphTask
Base class for tasks that work with a dependency graph defined as a nested structure.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
DependencyGraphTask()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.apache.tools.ant.Task |
---|
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 |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencyGraphTask()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |