|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.javadoc.options.JavadocPathArtifact
public class JavadocPathArtifact
An artifact object used by Javadoc path options like -docletpath or -tagletpath.
| Constructor Summary | |
|---|---|
JavadocPathArtifact()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals. |
java.lang.String |
getArtifactId()
Get the id of the artifact. |
java.lang.String |
getGroupId()
Get the id of the group of the artifact. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getVersion()
Get the version of the artifact. |
int |
hashCode()
Method hashCode. |
void |
setArtifactId(java.lang.String artifactId)
Set the id of the artifact. |
void |
setGroupId(java.lang.String groupId)
Set the id of the group of the artifact. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setVersion(java.lang.String version)
Set the version of the artifact. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavadocPathArtifact()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public java.lang.String getArtifactId()
public java.lang.String getGroupId()
public java.lang.String getVersion()
public int hashCode()
hashCode in class java.lang.Objectpublic void setArtifactId(java.lang.String artifactId)
artifactId - 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.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||