Package org.eclipse.wst.jsdt.web.core.internal.project

Examples of org.eclipse.wst.jsdt.web.core.internal.project.JsWebNature


   * @throws CoreException
   * @throws JavaScriptModelException
   */
  protected void addJavaScriptNature(IProgressMonitor monitor)
      throws CoreException, JavaScriptModelException {
    JsWebNature jsWebNature = new JsWebNature(getProject(),
        new SubProgressMonitor(monitor, 1));
    jsWebNature.configure();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.jsdt.web.core.internal.project.JsWebNature

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.