Class Taglet
- java.lang.Object
-
- org.apache.maven.plugins.javadoc.options.Taglet
-
- All Implemented Interfaces:
Serializable
public class Taglet extends Object implements Serializable
A Taglet parameter.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Taglet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
equals
public boolean equals(Object other)
Method equals.
-
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
-
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
- a tagletArtifact object.
-
setTagletClass
public void setTagletClass(String tagletClass)
Set tagletClass is the fully-qualified name for the taglet class.- Parameters:
tagletClass
- a tagletClass object.
-
setTagletpath
public void setTagletpath(String tagletpath)
Set specifies the search paths for finding taglet class files (.class).- Parameters:
tagletpath
- a tagletpath object.
-
-