public class ArtifactItem extends Object implements DependableCoordinate
Constructor and Description |
---|
ArtifactItem()
Default ctor.
|
ArtifactItem(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
Artifact |
getArtifact() |
String |
getArtifactId() |
String |
getBaseVersion() |
String |
getClassifier() |
String |
getDestFileName() |
String |
getEncoding() |
String |
getExcludes() |
String |
getGroupId() |
String |
getIncludes() |
File |
getOutputDirectory() |
String |
getOverWrite() |
String |
getType() |
String |
getVersion() |
boolean |
isNeedsProcessing() |
void |
setArtifact(Artifact artifact) |
void |
setArtifactId(String theArtifact) |
void |
setClassifier(String classifier) |
void |
setDestFileName(String destFileName) |
void |
setEncoding(String encoding) |
void |
setExcludes(String excludes) |
void |
setGroupId(String groupId) |
void |
setIncludes(String includes) |
void |
setNeedsProcessing(boolean needsProcessing) |
void |
setOutputDirectory(File outputDirectory) |
void |
setOverWrite(String overWrite) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toString() |
public String getArtifactId()
getArtifactId
in interface DependableCoordinate
public void setArtifactId(String theArtifact)
theArtifact
- The artifactId to set.public String getGroupId()
getGroupId
in interface DependableCoordinate
public void setGroupId(String groupId)
groupId
- The groupId to set.public String getType()
getType
in interface DependableCoordinate
public void setType(String type)
type
- The type to set.public String getVersion()
getVersion
in interface DependableCoordinate
public void setVersion(String version)
version
- The version to set.public String getBaseVersion()
public String getClassifier()
getClassifier
in interface DependableCoordinate
public void setClassifier(String classifier)
classifier
- Classifier.public File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
outputDirectory
- The outputDirectory to set.public String getDestFileName()
public void setDestFileName(String destFileName)
destFileName
- The destFileName to set.public boolean isNeedsProcessing()
public void setNeedsProcessing(boolean needsProcessing)
needsProcessing
- The needsProcessing to set.public String getOverWrite()
public void setOverWrite(String overWrite)
overWrite
- The overWrite to set.public String getEncoding()
public void setEncoding(String encoding)
encoding
- The encoding to set.public Artifact getArtifact()
public void setArtifact(Artifact artifact)
artifact
- The artifact to set.public String getExcludes()
public void setExcludes(String excludes)
excludes
- A comma separated list of items to exclude i.e. **\/*.xml, **\/*.properties
public String getIncludes()
public void setIncludes(String includes)
includes
- A comma separated list of items to include i.e. **\/*.xml, **\/*.properties
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.