Class Taglet
java.lang.Object
org.apache.maven.plugins.javadoc.options.Taglet
- All Implemented Interfaces:
Serializable
A Taglet parameter.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method equals.Get specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).Get tagletClass is the fully-qualified name for the taglet class.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).toString()
Method toString.
-
Constructor Details
-
Taglet
public Taglet()
-
-
Method Details
-
equals
Method equals. -
getTagletArtifact
Get specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).- Returns:
- TagletArtifact
-
getTagletClass
Get tagletClass is the fully-qualified name for the taglet class.- Returns:
- String
-
getTagletpath
Get specifies the search paths for finding taglet class files (.class).- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setTagletArtifact
Set specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).- Parameters:
tagletArtifact
- a tagletArtifact object.
-
setTagletClass
Set tagletClass is the fully-qualified name for the taglet class.- Parameters:
tagletClass
- a tagletClass object.
-
setTagletpath
Set specifies the search paths for finding taglet class files (.class).- Parameters:
tagletpath
- a tagletpath object.
-
toString
Method toString.
-