org.apache.maven.doxia.module.twiki.parser
public class WikiWordBlock extends Object implements Block
Since: Nov 4, 2005
Constructor Summary | |
---|---|
WikiWordBlock(String wikiword) | |
WikiWordBlock(String wikiword, String showText)
Creates the WikiWordBlock.
|
Method Summary | |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
void | traverse(Sink sink) |
See Also: WikiWordBlock
Parameters: wikiword the wiki word showText text to show in the wiki link
Throws: IllegalArgumentException if the wikiword is null
See Also: Object#equals(Object)
See Also: Object#hashCode()
See Also: traverse