org.apache.maven.doxia.module.confluence.parser

Class LinkBlock

Implemented Interfaces:
Block

public class LinkBlock
extends java.lang.Object
implements Block

Constructor Summary

LinkBlock(String reference, String text)

Method Summary

void
traverse(Sink sink)

Constructor Details

LinkBlock

public LinkBlock(String reference,
                 String text)
            throws IllegalArgumentException

Method Details

traverse

public void traverse(Sink sink)
Specified by:
traverse in interface Block