com.google.code.maven_replacer_plugin
Class ReplacementProcessor

java.lang.Object
  extended by com.google.code.maven_replacer_plugin.ReplacementProcessor

public class ReplacementProcessor
extends Object


Constructor Summary
ReplacementProcessor(FileUtils fileUtils, ReplacerFactory replacerFactory)
           
 
Method Summary
 void replace(List<Replacement> replacements, boolean regex, String file, String outputFile, int regexFlags, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplacementProcessor

public ReplacementProcessor(FileUtils fileUtils,
                            ReplacerFactory replacerFactory)
Method Detail

replace

public void replace(List<Replacement> replacements,
                    boolean regex,
                    String file,
                    String outputFile,
                    int regexFlags,
                    String encoding)
             throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.