Cloneable
public 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, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public static final String DEFAULT_PROJECT_DEPENDENCIES_ID
public String getProjectDependenciesId()
projectDependenciesId
public void setProjectDependenciesId(String projectDependenciesId)
projectDependenciesId
- projectDependenciesId
public void execute()
execute
in class org.apache.tools.ant.Task
public String getMavenProjectId()
mavenProjectId
public void setMavenProjectId(String mavenProjectId)
mavenProjectId
- mavenProjectId
public void setPrefix(String prefix)
prefix
- prefix
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.