entered some unwanted posting protection for indymedia.nl. Extended the localization...
[mir.git] / source / mircoders / localizer / MirGeneratorLocalizer.java
1 package mircoders.localizer;
2
3 import mir.generator.*;
4
5 public interface MirGeneratorLocalizer {
6   public Generator makeGenerator(String anIdentifier) throws MirLocalizerException, MirLocalizerFailure;
7 }