public class Artifact extends RefTask implements ArtifactContainer
| Constructor and Description |
|---|
Artifact() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPom(Pom pom) |
void |
execute() |
List<Artifact> |
getArtifacts() |
String |
getClassifier() |
File |
getFile() |
Pom |
getPom() |
protected Artifact |
getRef() |
String |
getType() |
void |
setClassifier(String classifier) |
void |
setFile(File file) |
void |
setPomRef(org.apache.tools.ant.types.Reference ref) |
void |
setRefid(org.apache.tools.ant.types.Reference ref) |
void |
setType(String type) |
String |
toString() |
void |
validate(org.apache.tools.ant.Task task) |
checkAttributesAllowed, checkChildrenAllowed, getCheckedRef, getCheckedRef, getDataTypeName, isReference, noChildrenAllowed, tooManyAttributesbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected Artifact getRef()
public void validate(org.apache.tools.ant.Task task)
validate in interface ArtifactContainerpublic void setRefid(org.apache.tools.ant.types.Reference ref)
public File getFile()
public void setFile(File file)
public String getType()
public void setType(String type)
public String getClassifier()
public void setClassifier(String classifier)
public void setPomRef(org.apache.tools.ant.types.Reference ref)
public void addPom(Pom pom)
public Pom getPom()
public List<Artifact> getArtifacts()
getArtifacts in interface ArtifactContainerpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2010–2013 The Eclipse Foundation. All rights reserved.