org.apache.jmeter.reporters

Class FileReporter


public class FileReporter
extends JPanel

This class loads data from a saved file and displays statistics about it.
Version:
$Revision: 768439 $

Method Summary

Vector
getData(String key)
void
init(String file)
initalize a file reporter from a file
void
showPanel()
Show main panel with length, graph, and stats.

Method Details

getData

public Vector getData(String key)

init

public void init(String file)
            throws IOException
initalize a file reporter from a file

showPanel

public void showPanel()
Show main panel with length, graph, and stats.

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.