public class DependencyFilesetsTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
DependencyFilesetsTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Set<Artifact> |
filterArtifacts(Set<Artifact> artifacts)
Filter a set of artifacts using the scopes and type filters.
|
String |
getMavenProjectId() |
String |
getPrefix() |
String |
getProjectDependenciesId() |
String |
getScopes() |
String |
getTypes() |
void |
setMavenProjectId(String mavenProjectId) |
void |
setPrefix(String prefix)
Prefix to be added to each of the dependency filesets.
|
void |
setProjectDependenciesId(String projectDependenciesId) |
void |
setScopes(String scopes) |
void |
setTypes(String types) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic String getMavenProjectId()
mavenProjectIdpublic void setMavenProjectId(String mavenProjectId)
mavenProjectId - mavenProjectIdpublic String getPrefix()
public void setPrefix(String prefix)
prefix - String to prepend to all fileset IDs.public String getTypes()
public void setTypes(String types)
types - Comma separated list of artifact types to include.public String getScopes()
public void setScopes(String scopes)
scopes - Comma separated list of artifact scopes to include.public String getProjectDependenciesId()
public void setProjectDependenciesId(String projectDependenciesId)
projectDependenciesId - RefId for the fileset containing all project dependenciesCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.