Modifier and Type | Field and Description |
---|---|
List<ArtifactFile> |
artifactFiles |
protected Collection<org.eclipse.aether.artifact.Artifact> |
artifacts |
List<ArtifactSet> |
artifactSets |
Excludes |
excludes |
Expand |
expand |
AndFilter |
filter |
String |
id |
Includes |
includes |
File |
src |
Constructor and Description |
---|
ArtifactSet() |
Modifier and Type | Method and Description |
---|---|
void |
addArtifactSet(ArtifactSet set) |
void |
addExcludes(Excludes excludes) |
void |
addExpand(Expand expand) |
void |
addFile(ArtifactFile artifact) |
void |
addIncludes(Includes includes) |
protected Filter |
buildFilter() |
void |
collectImportedNodes(Collection<Node> nodesCollection) |
protected Collection<org.eclipse.aether.artifact.Artifact> |
computeNodes() |
static Iterator<org.apache.tools.ant.types.Resource> |
createIterator(Collection<org.eclipse.aether.artifact.Artifact> collection) |
Collection<org.eclipse.aether.artifact.Artifact> |
getArtifacts() |
protected ArtifactSet |
getRef(org.apache.tools.ant.Project p) |
boolean |
isFilesystemOnly() |
Iterator<org.apache.tools.ant.types.Resource> |
iterator() |
void |
setAncestor(String ancestor) |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setOptional(boolean isOptional) |
void |
setPattern(String pattern) |
void |
setRefid(org.apache.tools.ant.types.Reference ref) |
void |
setScope(String scope) |
void |
setSrc(File importFile) |
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, tooManyAttributes, toString
public AndFilter filter
public String id
public File src
public Expand expand
public List<ArtifactFile> artifactFiles
public List<ArtifactSet> artifactSets
public Includes includes
public Excludes excludes
protected Collection<org.eclipse.aether.artifact.Artifact> artifacts
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public void setClassifier(String classifier)
public void setType(String type)
public void setScope(String scope)
public void setOptional(boolean isOptional)
public void setPattern(String pattern)
public void setAncestor(String ancestor)
public void setId(String id)
public void setSrc(File importFile)
public void addExpand(Expand expand)
public void addFile(ArtifactFile artifact)
public void addArtifactSet(ArtifactSet set)
public void addIncludes(Includes includes)
public void addExcludes(Excludes excludes)
public void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid
in class org.apache.tools.ant.types.DataType
protected ArtifactSet getRef(org.apache.tools.ant.Project p)
protected Filter buildFilter()
protected Collection<org.eclipse.aether.artifact.Artifact> computeNodes()
public Collection<org.eclipse.aether.artifact.Artifact> getArtifacts()
public Iterator<org.apache.tools.ant.types.Resource> iterator()
public static Iterator<org.apache.tools.ant.types.Resource> createIterator(Collection<org.eclipse.aether.artifact.Artifact> collection)
public int size()
size
in interface org.apache.tools.ant.types.ResourceCollection
public boolean isFilesystemOnly()
isFilesystemOnly
in interface org.apache.tools.ant.types.ResourceCollection
public void collectImportedNodes(Collection<Node> nodesCollection)
Copyright © 2016 Nuxeo SA. All Rights Reserved.