org.apache.maven.plugin.javadoc.options
Class JavadocPathArtifact

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.JavadocPathArtifact
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BootclasspathArtifact, DocletArtifact, ResourcesArtifact, TagletArtifact

public class JavadocPathArtifact
extends Object
implements Serializable

An artifact object used by Javadoc path options like -docletpath or -tagletpath.

Version:
$Revision: 829400 $ $Date: 2012-08-19 17:42:28 +0000 (Sun, 19 Aug 2012) $
See Also:
Serialized Form

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

JavadocPathArtifact

public JavadocPathArtifact()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getArtifactId

public String getArtifactId()
Get the id of the artifact.

Returns:
String

getGroupId

public String getGroupId()
Get the id of the group of the artifact.

Returns:
String

getVersion

public String getVersion()
Get the version of the artifact.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setArtifactId

public void setArtifactId(String artifactId)
Set the id of the artifact.

Parameters:
artifactId -

setGroupId

public void setGroupId(String groupId)
Set the id of the group of the artifact.

Parameters:
groupId -

setVersion

public void setVersion(String version)
Set the version of the artifact.

Parameters:
version -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.