Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Method and Description |
---|---|
IJavaScriptModelStatus |
JavaScriptModelException.getJavaScriptModelStatus()
Returns the JavaScript model status object for this exception.
|
static IJavaScriptModelStatus |
JavaScriptConventions.validateClasspath(IJavaScriptProject javaProject,
IIncludePathEntry[] rawClasspath)
Validate a given includepath location for a project, using the following rules:
Includepath entries cannot collide with each other; that is, all entry paths must be unique.
|
static IJavaScriptModelStatus |
JavaScriptConventions.validateClasspathEntry(IJavaScriptProject project,
IIncludePathEntry entry,
boolean checkSourceAttachment)
Returns a JavaScript model status describing the problem related to this includepath entry if any,
a status object with code
IStatus.OK if the entry is fine (that is, if the
given includepath entry denotes a valid element to be referenced onto a includepath). |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.