public class DoapArtifact extends Object implements Serializable
Constructor and Description |
---|
DoapArtifact() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Method equals.
|
String |
getArtifactId()
Get the artifact id of the Maven artifact.
|
String |
getDoapFileName()
Get the path of the DOAP file that will be generated, no notion of path.
|
String |
getGroupId()
Get the id of the group of the Maven artifact.
|
String |
getVersion()
Get the version of the Maven artifact.
|
int |
hashCode()
Method hashCode.
|
void |
setArtifactId(String artifactId)
Set the artifact id of the Maven artifact.
|
void |
setDoapFileName(String doapFileName)
Set the name of the DOAP file that will be generated, no
notion of path.
|
void |
setGroupId(String groupId)
Set the id of the group of the Maven artifact.
|
void |
setVersion(String version)
Set the version of the Maven artifact.
|
String |
toConfiguration() |
String |
toString()
Method toString.
|
public boolean equals(Object other)
public String getArtifactId()
public String getGroupId()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId
- public void setDoapFileName(String doapFileName)
doapFileName
- public void setGroupId(String groupId)
groupId
- public void setVersion(String version)
version
- public String toString()
public String getDoapFileName()
"doap_" + this.artifactId + ".rdf"
public String toConfiguration()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.