public class Dependency extends org.apache.tools.ant.types.DataType implements DependencyContainer
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExclusion(Exclusion exclusion) |
String |
getArtifactId() |
String |
getClassifier() |
List<Exclusion> |
getExclusions() |
String |
getGroupId() |
protected Dependency |
getRef() |
String |
getScope() |
File |
getSystemPath() |
String |
getType() |
String |
getVersion() |
String |
getVersionlessKey() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setCoords(String coords) |
void |
setGroupId(String groupId) |
void |
setRefid(org.apache.tools.ant.types.Reference ref) |
void |
setScope(String scope) |
void |
setSystemPath(File systemPath) |
void |
setType(String type) |
void |
setVersion(String version) |
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 Dependency 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 String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getClassifier()
public void setClassifier(String classifier)
public String getType()
public void setType(String type)
public String getScope()
public void setScope(String scope)
public void setCoords(String coords)
public void setSystemPath(File systemPath)
public File getSystemPath()
public String getVersionlessKey()
public void addExclusion(Exclusion exclusion)
Copyright © 2010–2016 The Eclipse Foundation. All rights reserved.