yet another rewrite of the producers...
[mir.git] / source / mircoders / localizer / MirProducerToolLocalizer.java
index a9bf823..6b2af6c 100755 (executable)
@@ -7,4 +7,5 @@ public interface MirProducerToolLocalizer {
   public void initializeGenerationValueSet(Map aValueSet);
   public PrintWriter openWriter(String anIdentifier) throws MirLocalizerFailure;
   public void closeWriter(PrintWriter aWriter);
+  public String filterText(String aText);
 }