Class Dependencies
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.maven.resolver.internal.ant.types.Dependencies
- All Implemented Interfaces:
Cloneable,DependencyContainer
public class Dependencies
extends org.apache.tools.ant.types.DataType
implements DependencyContainer
-
Field Summary
Fields inherited from class org.apache.tools.ant.types.DataType
checked, refFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDependencies(Dependencies dependencies) voidaddDependency(Dependency dependency) voidaddExclusion(Exclusion exclusion) voidgetFile()getPom()protected DependenciesgetRef()voidvoidsetPomRef(org.apache.tools.ant.types.Reference ref) voidsetRefid(org.apache.tools.ant.types.Reference ref) voidvalidate(org.apache.tools.ant.Task task) Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toStringMethods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
Dependencies
public Dependencies()
-
-
Method Details
-
getRef
-
validate
public void validate(org.apache.tools.ant.Task task) - Specified by:
validatein interfaceDependencyContainer
-
setRefid
public void setRefid(org.apache.tools.ant.types.Reference ref) - Overrides:
setRefidin classorg.apache.tools.ant.types.DataType
-
setFile
-
getFile
-
addPom
-
getPom
-
setPomRef
public void setPomRef(org.apache.tools.ant.types.Reference ref) -
addDependency
-
addDependencies
-
getDependencyContainers
-
addExclusion
-
getExclusions
-