Class TokenValueMapFactory


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Replacement> replacementsForFile​(java.lang.String tokenValueMapFile, boolean commentsEnabled, boolean unescape, java.lang.String encoding)  
      java.util.List<Replacement> replacementsForVariable​(java.lang.String variable, boolean commentsEnabled, boolean unescape, java.lang.String encoding)  
      • Methods inherited from class java.lang.Object

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

      • TokenValueMapFactory

        public TokenValueMapFactory​(FileUtils fileUtils)
    • Method Detail

      • replacementsForVariable

        public java.util.List<Replacement> replacementsForVariable​(java.lang.String variable,
                                                                   boolean commentsEnabled,
                                                                   boolean unescape,
                                                                   java.lang.String encoding)
      • replacementsForFile

        public java.util.List<Replacement> replacementsForFile​(java.lang.String tokenValueMapFile,
                                                               boolean commentsEnabled,
                                                               boolean unescape,
                                                               java.lang.String encoding)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException