public class Taglet
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private TagletArtifact |
tagletArtifact
Specifies the taglet artifact to be included in the
tagletpath option for finding taglet class files (.class).
|
private java.lang.String |
tagletClass
tagletClass is the fully-qualified name for the taglet class.
|
private java.lang.String |
tagletpath
Specifies the search paths for finding taglet class files
(.class).
|
Constructor and Description |
---|
Taglet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Method equals.
|
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 |
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.
|
private java.lang.String tagletClass
private java.lang.String tagletpath
private TagletArtifact tagletArtifact
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public TagletArtifact getTagletArtifact()
public java.lang.String getTagletClass()
public java.lang.String getTagletpath()
public int hashCode()
hashCode
in class java.lang.Object
public void setTagletArtifact(TagletArtifact tagletArtifact)
tagletArtifact
- public void setTagletClass(java.lang.String tagletClass)
tagletClass
- public void setTagletpath(java.lang.String tagletpath)
tagletpath
- public java.lang.String toString()
toString
in class java.lang.Object