org.bootchart
クラス Main

java.lang.Object
  上位を拡張 org.bootchart.Main

public class Main
extends Object

Bootchart main class.


コンストラクタの概要
Main()
           
 
メソッドの概要
static void main(String[] args)
          Main.
static String render(File logFile, String format, boolean prune, String fileName)
          Parses the bootchart log tarball from the log tarball or directory and renders the chart to the output stream.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Main

public Main()
メソッドの詳細

main

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

パラメータ:
args - command arguments
例外:
Exception - if an error occurs

render

public static String render(File logFile,
                            String format,
                            boolean prune,
                            String fileName)
                     throws IOException
Parses the bootchart log tarball from the log tarball or directory and renders the chart to the output stream.

パラメータ:
logFile - log tarball or directory
format - image format (png, svg or eps)
prune - whether to prune the tree
fileName - file name prefix
戻り値:
rendered image file path
例外:
IOException - if an I/O error is thrown