public class ResolveAllTask extends DependencyGraphTask
Path object, into a directory, etc.)| Constructor and Description |
|---|
ResolveAllTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GraphFilter child)
Adds a
GraphFilter child. |
void |
execute() |
void |
setClassifier(String classifier)
Instead of resolving the artifact as appeared in the dependency graph,
resolve a specific classifier.
|
void |
setPathId(String pathId) |
void |
setStripVersion(boolean stripVersion)
If set to true, destination file names won't have version
encoded in them.
|
void |
setTodir(File todir) |
buildGraph, setArtifactId, setBaseGraph, setGroupId, setTolerateBrokenPOMs, setType, setVersionbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setTodir(File todir)
public void setPathId(String pathId)
public void setClassifier(String classifier)
setClassifier in class DependencyGraphTaskpublic void setStripVersion(boolean stripVersion)
stripVersion - destination file name to have version or notpublic 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.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2014. All rights reserved.