Uses of Class
com.google.code.maven_replacer_plugin.Replacement
-
Packages that use Replacement Package Description com.google.code.maven_replacer_plugin -
-
Uses of Replacement in com.google.code.maven_replacer_plugin
Methods in com.google.code.maven_replacer_plugin that return Replacement Modifier and Type Method Description static Replacement
Replacement. from(Replacement replacement)
Replacement
Replacement. withDelimiter(DelimiterBuilder delimiter)
Methods in com.google.code.maven_replacer_plugin that return types with arguments of type Replacement Modifier and Type Method Description List<Replacement>
TokenValueMapFactory. replacementsForFile(String tokenValueMapFile, boolean commentsEnabled, boolean unescape, String encoding)
List<Replacement>
TokenValueMapFactory. replacementsForVariable(String variable, boolean commentsEnabled, boolean unescape, String encoding)
Methods in com.google.code.maven_replacer_plugin with parameters of type Replacement Modifier and Type Method Description Replacer
ReplacerFactory. create(Replacement replacement)
static Replacement
Replacement. from(Replacement replacement)
String
Replacer. replace(String content, Replacement replacement, boolean regex, int regexFlags)
String
TokenReplacer. replace(String content, Replacement replacement, boolean regex, int regexFlags)
String
XPathReplacer. replace(String content, Replacement replacement, boolean regex, int regexFlags)
Method parameters in com.google.code.maven_replacer_plugin with type arguments of type Replacement Modifier and Type Method Description void
ReplacementProcessor. replace(List<Replacement> replacements, boolean regex, String file, String outputFile, int regexFlags, String encoding)
void
ReplacerMojo. setReplacements(List<Replacement> replacements)
-