|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(Object other)
Method equals. |
String |
getArtifactId()
Get the id of the artifact. |
String |
getGroupId()
Get the id of the group of the artifact. |
String |
getVersion()
Get the version of the artifact. |
int |
hashCode()
Method hashCode. |
void |
setArtifactId(String artifactId)
Set the id of the artifact. |
void |
setGroupId(String groupId)
Set the id of the group of the artifact. |
void |
setVersion(String version)
Set the version of the artifact. |
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(Object other)
equals
in class Object
other
-
public String getArtifactId()
public String getGroupId()
public String getVersion()
public int hashCode()
hashCode
in class Object
public void setArtifactId(String artifactId)
artifactId
- public void setGroupId(String groupId)
groupId
- public void setVersion(String version)
version
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |