Uses of Class
com.google.code.maven_replacer_plugin.Replacement
Packages that use Replacement
-
Uses of Replacement in com.google.code.maven_replacer_plugin
Fields in com.google.code.maven_replacer_plugin with type parameters of type ReplacementModifier and TypeFieldDescriptionprivate List<Replacement>
ReplacerMojo.replacements
List of replacements with token/value pairs.Methods in com.google.code.maven_replacer_plugin that return ReplacementModifier and TypeMethodDescriptionstatic Replacement
Replacement.from
(Replacement replacement) Replacement.withDelimiter
(DelimiterBuilder delimiter) Methods in com.google.code.maven_replacer_plugin that return types with arguments of type ReplacementModifier and TypeMethodDescriptionprivate List<Replacement>
ReplacerMojo.buildReplacements()
private List<Replacement>
ReplacerMojo.getDelimiterReplacements
(List<Replacement> replacements) TokenValueMapFactory.replacementsForFile
(String tokenValueMapFile, boolean commentsEnabled, boolean unescape, String encoding) TokenValueMapFactory.replacementsForVariable
(String variable, boolean commentsEnabled, boolean unescape, String encoding) Methods in com.google.code.maven_replacer_plugin with parameters of type ReplacementModifier and TypeMethodDescriptionReplacerFactory.create
(Replacement replacement) static Replacement
Replacement.from
(Replacement replacement) Replacer.replace
(String content, Replacement replacement, boolean regex, int regexFlags) TokenReplacer.replace
(String content, Replacement replacement, boolean regex, int regexFlags) XPathReplacer.replace
(String content, Replacement replacement, boolean regex, int regexFlags) private String
ReplacementProcessor.replaceContent
(boolean regex, int regexFlags, String content, Replacement replacement) private void
XPathReplacer.replaceContent
(NodeList replacementNodes, Replacement replacement, boolean regex, int regexFlags) Method parameters in com.google.code.maven_replacer_plugin with type arguments of type ReplacementModifier and TypeMethodDescriptionprivate void
TokenValueMapFactory.appendReplacement
(List<Replacement> replacements, String fragment, boolean unescape, String encoding) private List<Replacement>
ReplacerMojo.getDelimiterReplacements
(List<Replacement> replacements) void
ReplacementProcessor.replace
(List<Replacement> replacements, boolean regex, String file, String outputFile, int regexFlags, String encoding) private void
ReplacerMojo.replaceContents
(ReplacementProcessor processor, List<Replacement> replacements, String inputFile) private void
ReplacerMojo.replaceContents
(ReplacementProcessor processor, List<Replacement> replacements, List<String> inputFiles) void
ReplacerMojo.setReplacements
(List<Replacement> replacements)