Class TokenValueMapFactory
- java.lang.Object
-
- com.google.code.maven_replacer_plugin.TokenValueMapFactory
-
public class TokenValueMapFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TokenValueMapFactory(FileUtils fileUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Replacement>
replacementsForFile(String tokenValueMapFile, boolean commentsEnabled, boolean unescape, String encoding)
List<Replacement>
replacementsForVariable(String variable, boolean commentsEnabled, boolean unescape, String encoding)
-
-
-
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
-
-