Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
ISourceRoot |
ICProject.findSourceRoot(IPath path) |
ISourceRoot |
ICProject.findSourceRoot(IResource resource) |
ISourceRoot[] |
ICProject.getAllSourceRoots()
Returns all of the existing source roots that exist
on the project, 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.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.