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