cz.cuni.amis.utils
Class StringReplacer

Package class diagram package StringReplacer
java.lang.Object
  extended by cz.cuni.amis.utils.StringReplacer

public class StringReplacer
extends Object

Very slow and very dumb string replacer ... do not use extensively!

Author:
Jimmy

Constructor Summary
StringReplacer()
           
 
Method Summary
static void replace(BufferedReader reader, PrintWriter writer, Map<String,String> replace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringReplacer

public StringReplacer()
Method Detail

replace

public static void replace(BufferedReader reader,
                           PrintWriter writer,
                           Map<String,String> replace)
                    throws IOException
Throws:
IOException


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.