public class Dependencies extends org.apache.tools.ant.types.DataType implements DependencyContainer
| Constructor and Description |
|---|
Dependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependencies(Dependencies dependencies) |
void |
addDependency(Dependency dependency) |
void |
addExclusion(Exclusion exclusion) |
void |
addPom(Pom pom) |
List<DependencyContainer> |
getDependencyContainers() |
List<Exclusion> |
getExclusions() |
File |
getFile() |
Pom |
getPom() |
protected Dependencies |
getRef() |
void |
setFile(File file) |
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, toStringprotected Dependencies getRef()
public void validate(org.apache.tools.ant.Task task)
validate in interface DependencyContainerpublic void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid in class org.apache.tools.ant.types.DataTypepublic void setFile(File file)
public File getFile()
public void addPom(Pom pom)
public Pom getPom()
public void setPomRef(org.apache.tools.ant.types.Reference ref)
public void addDependency(Dependency dependency)
public void addDependencies(Dependencies dependencies)
public List<DependencyContainer> getDependencyContainers()
public void addExclusion(Exclusion exclusion)
Copyright © 2010–2016 The Eclipse Foundation. All rights reserved.