Class AttachArtifactConfiguration
java.lang.Object
org.apache.maven.plugins.antrun.taskconfig.AttachArtifactConfiguration
- All Implemented Interfaces:
Serializable
Class AttachArtifactConfiguration.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a classifier assigned to the artifact.getFile()
Get the modelEncoding field.getType()
Get the type of the artifact, zip, war, etc.void
setClassifier
(String classifier) Set a classifier assigned to the artifact.void
void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
Set the type of the artifact, zip, war, etc.
-
Field Details
-
_file_placeholder
The file to attach to the project. -
classifier
A classifier assigned to the artifact. -
type
The type of the artifact, zip, war, etc. -
modelEncoding
Field modelEncoding. -
file
-
-
Constructor Details
-
AttachArtifactConfiguration
public AttachArtifactConfiguration()
-
-
Method Details
-
getClassifier
Get a classifier assigned to the artifact.- Returns:
- String
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getType
Get the type of the artifact, zip, war, etc.- Returns:
- String
-
setClassifier
Set a classifier assigned to the artifact.- Parameters:
classifier
- a classifier object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
setType
Set the type of the artifact, zip, war, etc.- Parameters:
type
- a type object.
-
getFile
-
setFile
-