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

java.lang.Object
  extended byorg.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
Method Detail

traverse

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


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.