All Downloads are FREE. Search and download functionalities are using the official Maven repository.

perfcharts.perftest.parser.DataParserFactory Maven / Gradle / Ivy

Go to download

Perfcharts is a free software written in Java, which reads performance testing and system monitoring results from Jmeter, NMON, and/or other applications to produce charts for further analysis.

The newest version!
package perfcharts.perftest.parser;

import java.io.IOException;

/**
 * Created by vfreex on 1/20/16.
 */
public interface DataParserFactory {
    DataParser createParser(String inputType) throws IOException, InterruptedException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy