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 replacer Show documentation
Show all versions of replacer Show documentation
Maven plugin to replace tokens in a given file with a value
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