Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.ICModelStatus

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

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.