Package org.objectstyle.wolips.templateengine

Examples of org.objectstyle.wolips.templateengine.ComponentEngine.run()


    componentEngine.setCreateApiFile(this.createApiFile);
    componentEngine.setHTMLBodyType(this.htmlBodyType);
    componentEngine.setWOOEncoding(this.wooEncoding);

    try {
      componentEngine.run(new NullProgressMonitor());
      this.parentResource.getProject().refreshLocal(IResource.DEPTH_INFINITE, monitor);
      IResource[] resources = new IResource[] {componentFolderToReveal.findMember(this.componentName + ".java"), componentFolder.findMember(this.componentName + ".wod")};
      page.setResourcesToReveal(resources);
    } catch (Exception e) {
      WizardsPlugin.getDefault().log(e);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.