com.ibm.workflow.util.fdl.make
Class SubstFilter

java.lang.Object
  |
  +--com.ibm.workflow.util.fdl.make.SubstFilter

public final class SubstFilter
extends java.lang.Object

Substitution algorithm for FilterWriter and FilterReader. Implements the tag substitution semantics using a single pass over a buffer. It will look for %XXX% tags, and if it finds a corresponding XXX=YYY entry in the map, it will replace the %XXX% tag with YYY.

Version:
1.2
Author:
Robert Junghuber (junghub@de.ibm.com)

Constructor Summary
SubstFilter()
           
 
Method Summary
static void format(java.lang.StringBuffer buf, java.util.Hashtable map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstFilter

public SubstFilter()
Method Detail

format

public static final void format(java.lang.StringBuffer buf,
                                java.util.Hashtable map)