public class Artifacts extends org.apache.tools.ant.types.DataType implements ArtifactContainer
Constructor and Description |
---|
Artifacts() |
Modifier and Type | Method and Description |
---|---|
void |
addArtifact(Artifact artifact) |
void |
addArtifacts(Artifacts artifacts) |
List<Artifact> |
getArtifacts() |
protected Artifacts |
getRef() |
void |
setRefid(org.apache.tools.ant.types.Reference ref) |
void |
validate(org.apache.tools.ant.Task task) |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
protected Artifacts getRef()
public void validate(org.apache.tools.ant.Task task)
validate
in interface ArtifactContainer
public void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid
in class org.apache.tools.ant.types.DataType
public void addArtifact(Artifact artifact)
public void addArtifacts(Artifacts artifacts)
public List<Artifact> getArtifacts()
getArtifacts
in interface ArtifactContainer
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.