Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
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). |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.