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

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

public class Taglet
extends java.lang.Object
implements java.io.Serializable

A Taglet parameter.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Taglet()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getModelEncoding()
           
 TagletArtifact getTagletArtifact()
          Get Specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
 java.lang.String getTagletClass()
          Get tagletClass is the fully-qualified name for the taglet class.
 java.lang.String getTagletpath()
          Get Specifies the search paths for finding taglet class files (.class).
 int hashCode()
          Method hashCode
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setTagletArtifact(TagletArtifact tagletArtifact)
          Set Specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
 void setTagletClass(java.lang.String tagletClass)
          Set tagletClass is the fully-qualified name for the taglet class.
 void setTagletpath(java.lang.String tagletpath)
          Set Specifies the search paths for finding taglet class files (.class).
 java.lang.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(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getTagletArtifact

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


getTagletClass

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


getTagletpath

public java.lang.String getTagletpath()
Get Specifies the search paths for finding taglet class files (.class).


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

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(java.lang.String tagletClass)
Set tagletClass is the fully-qualified name for the taglet class.

Parameters:
tagletClass -

setTagletpath

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

Parameters:
tagletpath -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.