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