|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.doap.options.DoapArtifact
public class DoapArtifact
An Maven artifact object used by DOAP.
Constructor Summary | |
---|---|
DoapArtifact()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Method equals. |
java.lang.String |
getArtifactId()
Get the artifact id of the Maven artifact. |
java.lang.String |
getDoapFileName()
Get the path of the DOAP file that will be generated, no notion of path. |
java.lang.String |
getGroupId()
Get the id of the group of the Maven artifact. |
java.lang.String |
getVersion()
Get the version of the Maven artifact. |
int |
hashCode()
Method hashCode. |
void |
setArtifactId(java.lang.String artifactId)
Set the artifact id of the Maven artifact. |
void |
setDoapFileName(java.lang.String doapFileName)
Set the name of the DOAP file that will be generated, no notion of path. |
void |
setGroupId(java.lang.String groupId)
Set the id of the group of the Maven artifact. |
void |
setVersion(java.lang.String version)
Set the version of the Maven artifact. |
java.lang.String |
toConfiguration()
|
java.lang.String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoapArtifact()
Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
-
public java.lang.String getArtifactId()
public java.lang.String getGroupId()
public java.lang.String getVersion()
public int hashCode()
hashCode
in class java.lang.Object
public void setArtifactId(java.lang.String artifactId)
artifactId
- public void setDoapFileName(java.lang.String doapFileName)
doapFileName
- public void setGroupId(java.lang.String groupId)
groupId
- public void setVersion(java.lang.String version)
version
- public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDoapFileName()
"doap_" + this.artifactId + ".rdf"
public java.lang.String toConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |