public class Dependencies
extends org.apache.tools.ant.types.DataType
Constructor and Description |
---|
Dependencies() |
Modifier and Type | Method and Description |
---|---|
void |
addDependency(Dependency dependency) |
void |
addExclusion(Exclusion exclusion) |
void |
addPom(Pom pom) |
List<Dependency> |
getDependencies() |
List<Exclusion> |
getExclusions() |
Pom |
getPom() |
protected Dependencies |
getRef() |
void |
setPomRef(org.apache.tools.ant.types.Reference ref) |
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 Dependencies getRef()
public void validate(org.apache.tools.ant.Task task)
public void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid
in class org.apache.tools.ant.types.DataType
public void addPom(Pom pom)
public Pom getPom()
public void setPomRef(org.apache.tools.ant.types.Reference ref)
public void addDependency(Dependency dependency)
public List<Dependency> getDependencies()
public void addExclusion(Exclusion exclusion)
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.