|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICModelStatus | |
---|---|
org.eclipse.cdt.core.model |
Uses of ICModelStatus in org.eclipse.cdt.core.model |
---|
Methods in org.eclipse.cdt.core.model that return ICModelStatus | |
---|---|
ICModelStatus |
CModelException.getCModelStatus()
Returns the C model status object for this exception. |
static ICModelStatus |
CoreModel.validatePathEntries(ICProject cProject,
IPathEntry[] entries)
Validate a given path entries for a project, using the following rules: Entries cannot collide with each other; that is, all entry paths must be unique. |
static ICModelStatus |
CoreModel.validatePathEntry(ICProject cProject,
IPathEntry entry,
boolean checkSourceAttachment,
boolean recurseInContainers)
Returns a C model status describing the problem related to this entry if any, a status object with code IStatus.OK if the entry is fine (that is, if the
given entry denotes a valid element). |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |