|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.tools.gui.reader.XMLConfigReader
public class XMLConfigReader
This class implements the process of reading from XML file .config.xml
GUIReader
Method Summary | |
---|---|
static XMLConfigReader |
getInstance()
Singleton constructor |
ConfigProperties |
read(java.io.File fFile)
The method called for reading from xml file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XMLConfigReader getInstance()
public ConfigProperties read(java.io.File fFile) throws GUIReaderException
read
in interface GUIReader
fFile
- the File to be read
ConfigProperties
object that holds the property type-value
GUIReaderExceptoin
- if there are any errors while finding
and reading from file.
GUIReaderException
- when any error occurs during operation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |