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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanMethod 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.inthashCode()Method hashCode.voidsetArtifactId(String artifactId) Set the id of the artifact.voidsetClassifier(String classifier) Set the classifier of the artifact.voidsetGroupId(String groupId) Set the id of the group of the artifact.voidsetVersion(String version) Set the version of the artifact.toString()Method toString.
- 
Constructor Details- 
JavadocPathArtifactpublic JavadocPathArtifact()
 
- 
- 
Method Details- 
equalsMethod equals.
- 
getArtifactIdGet the id of the artifact.- Returns:
- String
 
- 
getClassifierGet the classifier of the artifact.- Returns:
- String
 
- 
getGroupIdGet the id of the group of the artifact.- Returns:
- String
 
- 
getVersionGet the version of the artifact.- Returns:
- String
 
- 
hashCodepublic int hashCode()Method hashCode.
- 
setArtifactIdSet the id of the artifact.- Parameters:
- artifactId- a artifactId object.
 
- 
setClassifierSet the classifier of the artifact.- Parameters:
- classifier- a classifier object.
 
- 
setGroupIdSet the id of the group of the artifact.- Parameters:
- groupId- a groupId object.
 
- 
setVersionSet the version of the artifact.- Parameters:
- version- a version object.
 
- 
toStringMethod toString.
 
-