Modifier and Type | Field and Description |
---|---|
ArtifactDescriptor |
ad |
protected List<org.eclipse.aether.artifact.Artifact> |
artifacts |
int |
depth |
Excludes |
excludes |
protected Graph |
graph |
Includes |
includes |
String |
key |
protected Node |
node |
Constructor and Description |
---|
ArtifactDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
addExcludes(Excludes excludes) |
void |
addIncludes(Includes includes) |
List<org.eclipse.aether.artifact.Artifact> |
getArtifacts() |
Node |
getNode() |
boolean |
isFilesystemOnly() |
Iterator<org.apache.tools.ant.types.Resource> |
iterator() |
void |
setArtifactId(String artifactId) |
void |
setDepth(String depth) |
void |
setGroupId(String groupId) |
void |
setKey(String pattern) |
void |
setType(String type) |
void |
setVersion(String version) |
int |
size() |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
protected Graph graph
protected Node node
protected List<org.eclipse.aether.artifact.Artifact> artifacts
public String key
public int depth
public ArtifactDescriptor ad
public Includes includes
public Excludes excludes
public void setDepth(String depth)
public void addExcludes(Excludes excludes)
public void addIncludes(Includes includes)
public void setKey(String pattern)
public void setArtifactId(String artifactId)
public void setGroupId(String groupId)
public void setType(String type)
public void setVersion(String version)
public Node getNode()
public List<org.eclipse.aether.artifact.Artifact> getArtifacts()
public Iterator<org.apache.tools.ant.types.Resource> iterator()
public int size()
size
in interface org.apache.tools.ant.types.ResourceCollection
public boolean isFilesystemOnly()
isFilesystemOnly
in interface org.apache.tools.ant.types.ResourceCollection
Copyright © 2016 Nuxeo SA. All Rights Reserved.