Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
static ISourceEntry |
CoreModel.newSourceEntry(IPath sourcePath)
Creates and returns a new entry of kind
CDT_SOURCE for
the project's source folder identified by the given absolute
workspace-relative path. |
static ISourceEntry |
CoreModel.newSourceEntry(IPath sourcePath,
IPath[] exclusionPatterns)
Creates and returns a new entry of kind
CDT_SOURCE for
the project's source folder identified by the given absolute
workspace-relative path but excluding all source files with paths
matching any of the given patterns. |
Modifier and Type | Method and Description |
---|---|
ISourceRoot |
ICProject.getSourceRoot(ISourceEntry entry) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.