Class JavadocPathArtifact
java.lang.Object
org.apache.maven.plugins.javadoc.options.JavadocPathArtifact
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BootclasspathArtifact
,DocletArtifact
,ResourcesArtifact
,TagletArtifact
An artifact object used by Javadoc path options like -docletpath
or -tagletpath.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Method equals.Get the id of the artifact.Get the classifier of the artifact.Get the id of the group of the artifact.Get the version of the artifact.int
hashCode()
Method hashCode.void
setArtifactId
(String artifactId) Set the id of the artifact.void
setClassifier
(String classifier) Set the classifier 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.toString()
Method toString.
-
Constructor Details
-
JavadocPathArtifact
public JavadocPathArtifact()
-
-
Method Details
-
equals
Method equals. -
getArtifactId
Get the id of the artifact.- Returns:
- String
-
getClassifier
Get the classifier of the artifact.- Returns:
- String
-
getGroupId
Get the id of the group of the artifact.- Returns:
- String
-
getVersion
Get the version of the artifact.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setArtifactId
Set the id of the artifact.- Parameters:
artifactId
- a artifactId object.
-
setClassifier
Set the classifier of the artifact.- Parameters:
classifier
- a classifier object.
-
setGroupId
Set the id of the group of the artifact.- Parameters:
groupId
- a groupId object.
-
setVersion
Set the version of the artifact.- Parameters:
version
- a version object.
-
toString
Method toString.
-