All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.maven_replacer_plugin.Replacer Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show 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