ReplacementFactory.java

Go to the documentation of this file.
00001 import java.io.*; 00002 00018 public interface ReplacementFactory { 00019 /* A class implementing <code>ReplacementFactory</code> must 00020 * implement one of the constructors documented below. 00021 * @see ReplacementFactory 00022 */ 00023 public static abstract class InputReplacement 00024 implements ReplacementFactory { 00047 public InputReplacement(BufferedReader input) 00048 throws IOException, FileFormatException { 00049 throw new AbstractMethodError 00050 ("Do not use ReplacementFactory.InputReplacement.\n"+ 00051 "It's for documentation purposes only.\n"+ 00052 "Use InputReplacement instead."); 00053 }; 00054 } 00055 }

Generated on Sun Aug 15 11:56:53 2004 for International Input by doxygen 1.3.7