|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.tools.gui.writer.ConfigConverter
public class ConfigConverter
This is a helper class to convert from ConfigProperties to String format that's ready to be written to .config.XML file
Method Summary | |
---|---|
static ConfigConverter |
getInstance()
Get reference to the ConfigConverter |
java.lang.StringBuffer |
writeOutput(ConfigProperties cp)
Write the property name and values into a StringBuffer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ConfigConverter getInstance()
ConfigConverter
ConfigConverter
public java.lang.StringBuffer writeOutput(ConfigProperties cp)
cp
- ConfigProperties
that keeps the property name-values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |