Eclipse CDT
Pre-release 3.0

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

Packages that use ISourceRoot
org.eclipse.cdt.core.model   
 

Uses of ISourceRoot in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return ISourceRoot
 ISourceRoot ICProject.findSourceRoot(IResource resource)
           
 ISourceRoot[] ICProject.getAllSourceRoots()
          Returns all of the existing source roots that exist on the pathentry, in the order they are defined by the ".cdtproject".
 ISourceRoot ICProject.getSourceRoot(ISourceEntry entry)
           
 ISourceRoot[] ICProject.getSourceRoots()
          Returns the source root folders of the project.
 


Eclipse CDT
Pre-release 3.0

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