Class SupBlock

  • All Implemented Interfaces:
    Block

    public class SupBlock
    extends java.lang.Object
    implements Block

    SupBlock class.

    Since:
    1.4
    Author:
    Robert Scholte
    • Constructor Summary

      Constructors 
      Constructor Description
      SupBlock​(java.lang.String text)
      Constructor for SupBlock.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void traverse​(org.apache.maven.doxia.sink.Sink sink)
      traverse.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SupBlock

        public SupBlock​(java.lang.String text)

        Constructor for SupBlock.

        Parameters:
        text - a String object.
    • Method Detail

      • traverse

        public void traverse​(org.apache.maven.doxia.sink.Sink sink)

        traverse.

        Specified by:
        traverse in interface Block
        Parameters:
        sink - a Sink object.