Package ch.ledcom.maven.sitespeed.report

Examples of ch.ledcom.maven.sitespeed.report.ResourceFiles


                        e.printStackTrace();
                    }
                }
            }
        });
        new ResourceFiles().export(outputDir);

        try {
            Thread.sleep(10000);
        } catch (InterruptedException e) {
            // TODO Auto-generated catch block
View Full Code Here


                    crawler.shutdown();
                }
            }
        });

        new ResourceFiles().export(outputDir);

        try {
            Thread.sleep(10000);
        } catch (InterruptedException e) {
            // TODO Auto-generated catch block
View Full Code Here

TOP

Related Classes of ch.ledcom.maven.sitespeed.report.ResourceFiles

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.