JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.IJavaScriptModelStatus

Packages that use IJavaScriptModelStatus
org.eclipse.wst.jsdt.core   
 

Uses of IJavaScriptModelStatus in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return IJavaScriptModelStatus
 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).
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.