Class Replacement
java.lang.Object
com.google.code.maven_replacer_plugin.Replacement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Replacement
from
(Replacement replacement) getToken()
getValue()
getXpath()
boolean
void
setEncoding
(String encoding) void
void
setTokenFile
(String tokenFile) void
setUnescape
(boolean unescape) void
void
setValueFile
(String valueFile) void
private String
withDelimiter
(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
-