|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.Main
Bootchart main class.
Constructor Summary | |
Main()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Main. |
static java.lang.String |
render(java.io.File logFile,
java.lang.String format,
boolean prune,
java.lang.String fileName)
Parses the bootchart log tarball from the log tarball or directory and renders the chart to the output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
-
java.lang.Exception
public static java.lang.String render(java.io.File logFile, java.lang.String format, boolean prune, java.lang.String fileName) throws java.io.IOException, java.text.ParseException
logFile
- log tarball or directoryformat
- image format (png, svg or eps)prune
- whether to prune the treefileName
- file name prefix
java.io.IOException
- if an I/O error is thrown
java.text.ParseException
- if log parsing fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |