public class DependencyFilesetsTask
extends org.apache.tools.ant.Task
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROJECT_DEPENDENCIES_ID |
Constructor and Description |
---|
DependencyFilesetsTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
Set |
filterArtifacts(Set 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, setTaskType
public static final String DEFAULT_PROJECT_DEPENDENCIES_ID
public String getProjectDependenciesId()
public void setProjectDependenciesId(String projectDependenciesId)
public void execute()
execute
in class org.apache.tools.ant.Task
public String getMavenProjectId()
public void setMavenProjectId(String mavenProjectId)
public String getPrefix()
public void setPrefix(String prefix)
public String getTypes()
public void setTypes(String types)
public String getScopes()
public void setScopes(String scopes)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.