public class ResolveArtifactTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
ResolveArtifactTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setProperty(String property) |
void |
setTodir(File target)
The directory name to copy the artifact to.
|
void |
setTofile(File target)
The file name to copy the artifact to.
|
void |
setType(String type) |
void |
setVersion(String version) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setProperty(String property)
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 setTofile(File target)
public void setTodir(File target)
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.