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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.ide.util.JavaScriptEclipseProjectPath
JavaScriptEclipseProjectPath.JSLoader
Nested classes/interfaces inherited from class com.ibm.wala.ide.util.EclipseProjectPath
EclipseProjectPath.AnalysisScopeType, EclipseProjectPath.ILoader, EclipseProjectPath.Loader
-
Field Summary
Fields inherited from class com.ibm.wala.ide.util.EclipseProjectPath
alreadyResolved, modules
-
Constructor Summary
ConstructorDescriptionEclipseWebProjectPath
(Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) -
Method Summary
Modifier and TypeMethodDescriptionstatic EclipseWebProjectPath
make
(org.eclipse.wst.jsdt.core.IJavaScriptProject p, Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) 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) Methods inherited from class com.ibm.wala.ide.util.JavaScriptEclipseProjectPath
create, makeProject, resolve, resolveClasspathEntry, resolveProjectClasspathEntries
Methods inherited from class com.ibm.wala.ide.util.EclipseProjectPath
getModules, isPrimordialJarFile, makeAbsolute, resolveClasspathEntries, resolveLibraryPathEntry, resolveProjectPathEntry, toAnalysisScope, toAnalysisScope, toAnalysisScope, toAnalysisScope, toString
-
Constructor Details
-
EclipseWebProjectPath
-
-
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 classEclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry,
org.eclipse.wst.jsdt.core.IJavaScriptProject>
-