blob: 3c02aaf7f1b85c8e78c06ac0afd227086a405804 [file] [log] [blame]
Stuart McCullochbb014372012-06-07 21:57:32 +00001package aQute.libg.sed;
2
3public interface Replacer {
Stuart McCulloch2286f232012-06-15 13:27:53 +00004 String process(String line);
Stuart McCullochbb014372012-06-07 21:57:32 +00005}