anvil.core.util
Class GroupSubstitution

java.lang.Object
  |
  +--anvil.core.util.GroupSubstitution
All Implemented Interfaces:
Substitution

public class GroupSubstitution
extends java.lang.Object
implements Substitution


Constructor Summary
GroupSubstitution(java.lang.String replacement)
           
 
Method Summary
 void append(int count, java.lang.CharSequence original, java.lang.StringBuffer buffer, java.util.regex.Matcher matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSubstitution

public GroupSubstitution(java.lang.String replacement)
Method Detail

append

public void append(int count,
                   java.lang.CharSequence original,
                   java.lang.StringBuffer buffer,
                   java.util.regex.Matcher matcher)
Specified by:
append in interface Substitution