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