Class EclipseWebProjectPath

java.lang.Object
com.ibm.wala.ide.util.EclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry,org.eclipse.wst.jsdt.core.IJavaScriptProject>
com.ibm.wala.ide.util.JavaScriptEclipseProjectPath
com.ibm.wala.ide.util.EclipseWebProjectPath

public class EclipseWebProjectPath extends JavaScriptEclipseProjectPath
  • Constructor Details

    • EclipseWebProjectPath

      public EclipseWebProjectPath(Set<Pair<String,org.eclipse.core.runtime.Plugin>> models)
  • Method Details

    • make

      public static EclipseWebProjectPath make(org.eclipse.wst.jsdt.core.IJavaScriptProject p, Set<Pair<String,org.eclipse.core.runtime.Plugin>> models) throws IOException, org.eclipse.core.runtime.CoreException
      Throws:
      IOException
      org.eclipse.core.runtime.CoreException
    • resolveSourcePathEntry

      protected void resolveSourcePathEntry(EclipseProjectPath.ILoader loader, boolean includeSource, boolean cpeFromMainProject, org.eclipse.core.runtime.IPath p, org.eclipse.core.runtime.IPath o, org.eclipse.core.runtime.IPath[] excludePaths, String fileExtension)
      Overrides:
      resolveSourcePathEntry in class EclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry,org.eclipse.wst.jsdt.core.IJavaScriptProject>