com.google.code.maven_replacer_plugin
Class TokenValueMapFactory

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

public class TokenValueMapFactory
extends Object


Constructor Summary
TokenValueMapFactory(FileUtils fileUtils)
           
 
Method Summary
 List<Replacement> replacementsForFile(String tokenValueMapFile, boolean commentsEnabled, boolean unescape, String encoding)
           
 List<Replacement> replacementsForVariable(String variable, boolean commentsEnabled, boolean unescape, 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 List<Replacement> replacementsForVariable(String variable,
                                                 boolean commentsEnabled,
                                                 boolean unescape,
                                                 String encoding)

replacementsForFile

public List<Replacement> replacementsForFile(String tokenValueMapFile,
                                             boolean commentsEnabled,
                                             boolean unescape,
                                             String encoding)
                                      throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.