com.ibm.dse.tools.workbench.tbg
Class TagBreak

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.tbg.TagBreak

public class TagBreak
extends java.lang.Object
implements TagProcessor

This class implements an break TBG tag.


Fields inherited from interface com.ibm.dse.tools.workbench.tbg.TbgNames
ATTRIB_LAST, ATTRIB_SEP, ATTRIBUTE, END_SIMPLE_TAG, END_TAG, INI_FINAL_TAG, INI_TAG, LITERAL, LITERAL_LAST1, LITERAL_LAST2, LITERAL_LAST3, LITERAL_SEP1, LITERAL_SEP2, LITERAL_SEP3
 
Constructor Summary
TagBreak()
          This constructor creates a TagBreak object.
 
Method Summary
 java.lang.String generate(TbgContext aContext)
          Throws an exception to notify that a break option has been found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagBreak

public TagBreak()
This constructor creates a TagBreak object.
Method Detail

generate

public java.lang.String generate(TbgContext aContext)
                          throws TbgException
Throws an exception to notify that a break option has been found.
Specified by:
generate in interface TagProcessor
Parameters:
aContext - TbgContext The context of the execution.
Returns:
java.lang.String No value is returned because of this method always throws an exception.
Throws:
TbgException - Throws a TbgException to notify that a break tag has been found.