org.bootchart
Class Main

java.lang.Object
  extended byorg.bootchart.Main

public class Main
extends java.lang.Object

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

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main.

Parameters:
args -
Throws:
java.lang.Exception

render

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
Parses the bootchart log tarball from the log tarball or directory and renders the chart to the output stream.

Parameters:
logFile - log tarball or directory
format - image format (png, svg or eps)
prune - whether to prune the tree
fileName - file name prefix
Returns:
rendered image file path
Throws:
java.io.IOException - if an I/O error is thrown
java.text.ParseException - if log parsing fails