Cloneablepublic class DependencyFilesetsTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field | Description |
|---|---|---|
static String |
DEFAULT_PROJECT_DEPENDENCIES_ID |
The default project dependencies id.
|
| Constructor | Description |
|---|---|
DependencyFilesetsTask() |
Create instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute() |
|
Set<org.apache.maven.artifact.Artifact> |
filterArtifacts(Set<org.apache.maven.artifact.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) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, 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–2019 The Apache Software Foundation. All rights reserved.