public class DependencyFilesetsTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PROJECT_DEPENDENCIES_ID
The default project dependencies id.
|
| Constructor and Description |
|---|
DependencyFilesetsTask()
Create instance.
|
| 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 static final String DEFAULT_PROJECT_DEPENDENCIES_ID
public String getProjectDependenciesId()
projectDependenciesIdpublic void setProjectDependenciesId(String projectDependenciesId)
projectDependenciesId - projectDependenciesIdpublic void execute()
execute in class org.apache.tools.ant.Taskpublic String getMavenProjectId()
mavenProjectIdpublic void setMavenProjectId(String mavenProjectId)
mavenProjectId - mavenProjectIdpublic void setPrefix(String prefix)
prefix - prefixCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.