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 JavaScriptEclipseProjectPath
JavaScriptEclipseProjectPath.JSLoaderNested classes/interfaces inherited from class EclipseProjectPath
EclipseProjectPath.AnalysisScopeType, EclipseProjectPath.ILoader, EclipseProjectPath.Loader -
Field Summary
Fields inherited from class EclipseProjectPath
alreadyResolved, modules -
Constructor Summary
ConstructorsConstructorDescriptionEclipseWebProjectPath(Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) -
Method Summary
Modifier and TypeMethodDescriptionstatic EclipseWebProjectPathmake(org.eclipse.wst.jsdt.core.IJavaScriptProject p, Set<Pair<String, org.eclipse.core.runtime.Plugin>> models) protected voidresolveSourcePathEntry(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 JavaScriptEclipseProjectPath
create, makeProject, resolve, resolveClasspathEntry, resolveProjectClasspathEntriesMethods inherited from class 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:
IOExceptionorg.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:
resolveSourcePathEntryin classEclipseProjectPath<org.eclipse.wst.jsdt.core.IIncludePathEntry, org.eclipse.wst.jsdt.core.IJavaScriptProject>
-