public class AttachArtifactConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
AttachArtifactConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier()
Get a classifier assigned to the artifact.
|
File |
getFile() |
String |
getModelEncoding()
Get the modelEncoding field.
|
String |
getType()
Get the type of the artifact, zip, war, etc.
|
void |
setClassifier(String classifier)
Set a classifier assigned to the artifact.
|
void |
setFile(File file) |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setType(String type)
Set the type of the artifact, zip, war, etc.
|
public String getClassifier()
public String getModelEncoding()
public String getType()
public void setClassifier(String classifier)
classifier - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setType(String type)
type - public File getFile()
public void setFile(File file)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.