Package org.apache.tuscany.sca.diagram.html

Examples of org.apache.tuscany.sca.diagram.html.HTMLWrapper


    }

    private static void writeHTML(File dir, String svg, CompositeEntity comp) throws Exception {

        File htmlFile = new File(dir, comp.getName() + comp.getFileNameSuffix() + ".html");
        HTMLWrapper html = new HTMLWrapper(svg, comp.getName(), htmlFile);
        html.buildHTML();

        //        System.err.println("--------------HTML Output for " + comp.getName() + "--------------\n");
        //        System.out.println(content);
        //        System.err.println("--------------------------------------------------------------\n");
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.diagram.html.HTMLWrapper

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.