edu.cmu.sphinx.tools.gui.reader
Interface GUIReader

All Known Implementing Classes:
XMLConfigReader

public interface GUIReader

This class is an abstraction for all reader classes

Author:
Ariani

Method Summary
 ConfigProperties read(java.io.File fFile)
          read method that must be implemented by all readers
 

Method Detail

read

ConfigProperties read(java.io.File fFile)
                      throws GUIReaderException
read method that must be implemented by all readers

Parameters:
fFile - the file to be read from
Returns:
ConfigProperties the object that holds all the result
Throws:
GUIReaderException - when any error occurs during operation