|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.javadoc.options.Taglet
public class Taglet
A Taglet parameter.
| 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 |
|---|
public Taglet()
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother -
public TagletArtifact getTagletArtifact()
public String getTagletClass()
public String getTagletpath()
public int hashCode()
hashCode in class Objectpublic void setTagletArtifact(TagletArtifact tagletArtifact)
tagletArtifact - public void setTagletClass(String tagletClass)
tagletClass - public void setTagletpath(String tagletpath)
tagletpath - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||