Package betsy.common.analytics.html

Examples of betsy.common.analytics.html.HtmlAnalytics


        // load model
        CsvReportLoader loader = new CsvReportLoader(csvFilePath, csvReport);
        CsvReport csvModel = loader.load();

        // analytics
        new HtmlAnalytics(csvModel).toHtmlReport(reportsFolderPath.resolve("results.html"));
    }
View Full Code Here

TOP

Related Classes of betsy.common.analytics.html.HtmlAnalytics

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.