Package org.eclipse.php.internal.ui.wizards

Examples of org.eclipse.php.internal.ui.wizards.PHPBuildpathDetector


    return new IncludePath[] { new IncludePath(getProject(), getProject()) };
  }

  protected BuildpathDetector createBuildpathDetector(IProgressMonitor monitor, IDLTKLanguageToolkit toolkit)
      throws CoreException {
    BuildpathDetector detector = new PHPBuildpathDetector(getProject(), toolkit);
    detector.detectBuildpath(new SubProgressMonitor(monitor, 20));
    return detector;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.wizards.PHPBuildpathDetector

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.