Class TokenValueMapFactory
java.lang.Object
com.google.code.maven_replacer_plugin.TokenValueMapFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplacementsForFile(String tokenValueMapFile, boolean commentsEnabled, boolean unescape, String encoding) replacementsForVariable(String variable, boolean commentsEnabled, boolean unescape, String encoding)
-
Constructor Details
-
TokenValueMapFactory
-
-
Method Details
-
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
-