Uses of Class
com.google.code.maven_replacer_plugin.Replacement
Packages that use Replacement
-
Uses of Replacement in com.google.code.maven_replacer_plugin
Methods in com.google.code.maven_replacer_plugin that return ReplacementModifier and TypeMethodDescriptionstatic ReplacementReplacement.from(Replacement replacement) Replacement.withDelimiter(DelimiterBuilder delimiter) Methods in com.google.code.maven_replacer_plugin that return types with arguments of type ReplacementModifier and TypeMethodDescriptionTokenValueMapFactory.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 ReplacementReplacement.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) Method parameters in com.google.code.maven_replacer_plugin with type arguments of type ReplacementModifier and TypeMethodDescriptionvoidReplacementProcessor.replace(List<Replacement> replacements, boolean regex, String file, String outputFile, int regexFlags, String encoding) voidReplacerMojo.setReplacements(List<Replacement> replacements)