ReplacementFactory::InputReplacement Class Reference

Inheritance diagram for ReplacementFactory::InputReplacement:

ReplacementFactory List of all members.

Public Member Functions

 InputReplacement (BufferedReader input) throws IOException, FileFormatException
 Creates a new input mapping (an InputReplacement object).


Constructor & Destructor Documentation

InputReplacement BufferedReader  input  )  throws IOException, FileFormatException [inline]
 

Creates a new input mapping (an InputReplacement object).

It may read the parameters of the input mapping from input. The parameters should not be read up to an EOF, but e.g. to some token which signals the end of the data (e.g. a line containing ###), since more config information is to be assumed after this data. The reader input will give the data from the config file just at the beginning of the class specific arguments in =JAVAREPLACE.

If input contains illegal data or an EOF is reached, throw an FileFormatException.

Exceptions:
FileFormatException on illegal data in input.
IOException on IO errors
See also:
InputReplacement

Definition at line 47 of file ReplacementFactory.java.


The documentation for this class was generated from the following file:
Generated on Sun Aug 15 11:56:54 2004 for International Input by doxygen 1.3.7