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 ReplacementReplacement. from(Replacement replacement)ReplacementReplacement. 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 ReplacerReplacerFactory. create(Replacement replacement)static ReplacementReplacement. from(Replacement replacement)StringReplacer. replace(String content, Replacement replacement, boolean regex, int regexFlags)StringTokenReplacer. replace(String content, Replacement replacement, boolean regex, int regexFlags)StringXPathReplacer. 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 voidReplacementProcessor. replace(List<Replacement> replacements, boolean regex, String file, String outputFile, int regexFlags, String encoding)voidReplacerMojo. setReplacements(List<Replacement> replacements)
-