Class Replacement
java.lang.Object
com.google.code.maven_replacer_plugin.Replacement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Replacementfrom(Replacement replacement) getToken()getValue()getXpath()booleanvoidsetEncoding(String encoding) voidvoidsetTokenFile(String tokenFile) voidsetUnescape(boolean unescape) voidvoidsetValueFile(String valueFile) voidprivate StringwithDelimiter(DelimiterBuilder delimiter)
-
Field Details
-
fileUtils
-
delimiter
-
unescape
private boolean unescape -
token
-
value
-
encoding
-
xpath
-
-
Constructor Details
-
Replacement
public Replacement() -
Replacement
-
-
Method Details
-
setTokenFile
- Throws:
IOException
-
setValueFile
- Throws:
IOException
-
getToken
-
getValue
-
setToken
-
setValue
-
unescape
-
setUnescape
public void setUnescape(boolean unescape) -
isUnescape
public boolean isUnescape() -
from
-
withDelimiter
-
setXpath
-
getXpath
-
setEncoding
-
getEncoding
-