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

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.Taglet
All Implemented Interfaces:
Serializable

public class Taglet
extends Object
implements Serializable

A Taglet parameter.

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

Constructor Summary
Taglet()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 TagletArtifact getTagletArtifact()
          Get specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
 String getTagletClass()
          Get tagletClass is the fully-qualified name for the taglet class.
 String getTagletpath()
          Get specifies the search paths for finding taglet class files (.class).
 int hashCode()
          Method hashCode.
 void setTagletArtifact(TagletArtifact tagletArtifact)
          Set specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
 void setTagletClass(String tagletClass)
          Set tagletClass is the fully-qualified name for the taglet class.
 void setTagletpath(String tagletpath)
          Set specifies the search paths for finding taglet class files (.class).
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Taglet

public Taglet()
Method Detail

equals

public boolean equals(Object other)
Method equals.

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

getTagletArtifact

public TagletArtifact getTagletArtifact()
Get specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).

Returns:
TagletArtifact

getTagletClass

public String getTagletClass()
Get tagletClass is the fully-qualified name for the taglet class.

Returns:
String

getTagletpath

public String getTagletpath()
Get specifies the search paths for finding taglet class files (.class).

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setTagletArtifact

public void setTagletArtifact(TagletArtifact tagletArtifact)
Set specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).

Parameters:
tagletArtifact -

setTagletClass

public void setTagletClass(String tagletClass)
Set tagletClass is the fully-qualified name for the taglet class.

Parameters:
tagletClass -

setTagletpath

public void setTagletpath(String tagletpath)
Set specifies the search paths for finding taglet class files (.class).

Parameters:
tagletpath -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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