|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.util.props.tools.HTMLDumper
public class HTMLDumper
Dumps a given configuration manager to HTML.
Constructor Summary | |
---|---|
HTMLDumper()
|
Method Summary | |
---|---|
static void |
dumpComponentAsHTML(java.io.PrintStream out,
java.lang.String name,
PropertySheet properties)
Dumps the given component as HTML to the given stream |
static void |
dumpFooter(java.io.PrintStream out)
Dumps the footer for HTML output |
static void |
dumpHeader(java.io.PrintStream out)
Dumps the header for HTML output |
static void |
showConfigAsHTML(ConfigurationManager ConfigurationManager,
java.lang.String path)
Dumps the config as a set of HTML tables |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLDumper()
Method Detail |
---|
public static void showConfigAsHTML(ConfigurationManager ConfigurationManager, java.lang.String path) throws java.io.IOException
path
- where to output the HTML
java.io.IOException
- if an error occurspublic static void dumpFooter(java.io.PrintStream out)
out
- the output streampublic static void dumpHeader(java.io.PrintStream out)
out
- the output streampublic static void dumpComponentAsHTML(java.io.PrintStream out, java.lang.String name, PropertySheet properties)
out
- where to dump the HTMLname
- the name of the component to dump
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |