Class DependencyFilesetsConfiguration
- java.lang.Object
-
- org.apache.maven.plugins.antrun.taskconfig.DependencyFilesetsConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
public class DependencyFilesetsConfiguration extends java.lang.Object implements java.io.Serializable
Class DependencyFilesetsConfiguration.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
modelEncoding
Field modelEncoding.private java.lang.String
prefix
String to prepend to all fileset IDs.private java.lang.String
projectDependenciesId
RefId for the fileset containing all project dependencies.private java.lang.String
scopes
Comma separated list of artifact scopes to include.private java.lang.String
types
Comma separated list of artifact types to include.
-
Constructor Summary
Constructors Constructor Description DependencyFilesetsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getModelEncoding()
Get the modelEncoding field.java.lang.String
getPrefix()
Get string to prepend to all fileset IDs.java.lang.String
getProjectDependenciesId()
Get refId for the fileset containing all project dependencies.java.lang.String
getScopes()
Get comma separated list of artifact scopes to include.java.lang.String
getTypes()
Get comma separated list of artifact types to include.void
setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.void
setPrefix(java.lang.String prefix)
Set string to prepend to all fileset IDs.void
setProjectDependenciesId(java.lang.String projectDependenciesId)
Set refId for the fileset containing all project dependencies.void
setScopes(java.lang.String scopes)
Set comma separated list of artifact scopes to include.void
setTypes(java.lang.String types)
Set comma separated list of artifact types to include.
-
-
-
Field Detail
-
prefix
private java.lang.String prefix
String to prepend to all fileset IDs.
-
projectDependenciesId
private java.lang.String projectDependenciesId
RefId for the fileset containing all project dependencies.
-
scopes
private java.lang.String scopes
Comma separated list of artifact scopes to include.
-
types
private java.lang.String types
Comma separated list of artifact types to include.
-
modelEncoding
private java.lang.String modelEncoding
Field modelEncoding.
-
-
Method Detail
-
getModelEncoding
public java.lang.String getModelEncoding()
Get the modelEncoding field.- Returns:
- String
-
getPrefix
public java.lang.String getPrefix()
Get string to prepend to all fileset IDs.- Returns:
- String
-
getProjectDependenciesId
public java.lang.String getProjectDependenciesId()
Get refId for the fileset containing all project dependencies.- Returns:
- String
-
getScopes
public java.lang.String getScopes()
Get comma separated list of artifact scopes to include.- Returns:
- String
-
getTypes
public java.lang.String getTypes()
Get comma separated list of artifact types to include.- Returns:
- String
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
setPrefix
public void setPrefix(java.lang.String prefix)
Set string to prepend to all fileset IDs.- Parameters:
prefix
- a prefix object.
-
setProjectDependenciesId
public void setProjectDependenciesId(java.lang.String projectDependenciesId)
Set refId for the fileset containing all project dependencies.- Parameters:
projectDependenciesId
- a projectDependenciesId object.
-
setScopes
public void setScopes(java.lang.String scopes)
Set comma separated list of artifact scopes to include.- Parameters:
scopes
- a scopes object.
-
setTypes
public void setTypes(java.lang.String types)
Set comma separated list of artifact types to include.- Parameters:
types
- a types object.
-
-