Eclipse CDT
Pre-release 3.0

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

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

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

Methods in org.eclipse.cdt.core.model that return ISourceEntry
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.
 

Methods in org.eclipse.cdt.core.model with parameters of type ISourceEntry
 ISourceRoot ICProject.getSourceRoot(ISourceEntry entry)
           
 


Eclipse CDT
Pre-release 3.0

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