
com.google.code.maven_replacer_plugin.Replacer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-replacer-plugin Show documentation
Show all versions of maven-replacer-plugin Show documentation
Maven plugin to replace tokens in a given file with a value
The newest version!
package com.google.code.maven_replacer_plugin;
public interface Replacer {
String replace(String content, Replacement replacement, boolean regex, int regexFlags);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy