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 StringField modelEncoding.private StringString to prepend to all fileset IDs.private StringRefId for the fileset containing all project dependencies.private StringComma separated list of artifact scopes to include.private StringComma 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.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidSet string to prepend to all fileset IDs.voidsetProjectDependenciesId(String projectDependenciesId) Set refId for the fileset containing all project dependencies.voidSet comma separated list of artifact scopes to include.voidSet 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.
-