Examples of installJavaBuilder()


Examples of org.objectstyle.wolips.core.resources.types.project.ProjectAdapter.installJavaBuilder()

   * @see org.eclipse.core.resources.IProjectNature#deconfigure()
   */
  public void deconfigure() throws CoreException {
    ProjectAdapter project = (ProjectAdapter) (this.getProject()).getAdapter(ProjectAdapter.class);
    int position = project.removeTargetBuilder();
    project.installJavaBuilder(position);
  }

  public IProject getProject() {
    return _project;
  }
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.