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, tooManyAttributes
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected Artifact getRef()
public void validate(org.apache.tools.ant.Task task)
validate
in interface ArtifactContainer
public 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 ArtifactContainer
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.