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

java.lang.Object
  extended by org.apache.maven.doxia.module.confluence.parser.LinkBlock
All Implemented Interfaces:
Block

public class LinkBlock
extends Object
implements Block


Constructor Summary
LinkBlock(String reference, String text)
           
 
Method Summary
 void traverse(Sink sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkBlock

public LinkBlock(String reference,
                 String text)
          throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

traverse

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


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.