Class ReplacementProcessor


  • public class ReplacementProcessor
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void replace​(java.util.List<Replacement> replacements, boolean regex, java.lang.String file, java.lang.String outputFile, int regexFlags, java.lang.String encoding)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • replace

        public void replace​(java.util.List<Replacement> replacements,
                            boolean regex,
                            java.lang.String file,
                            java.lang.String outputFile,
                            int regexFlags,
                            java.lang.String encoding)
                     throws java.io.IOException
        Throws:
        java.io.IOException