public class TokenValueMapFactory extends Object
Constructor | Description |
---|---|
TokenValueMapFactory(FileUtils fileUtils) |
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) |
public TokenValueMapFactory(FileUtils fileUtils)
public List<Replacement> replacementsForVariable(String variable, boolean commentsEnabled, boolean unescape, String encoding)
public List<Replacement> replacementsForFile(String tokenValueMapFile, boolean commentsEnabled, boolean unescape, String encoding) throws IOException
IOException
Copyright © 2019. All rights reserved.