org.eclipse.cdt.debug.core.sourcelookup
Interface IDirectorySourceLocation

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICSourceLocation
All Known Implementing Classes:
CDirectorySourceLocation

public interface IDirectorySourceLocation
extends ICSourceLocation

Enter type comment.

Since:
Dec 24, 2002

Method Summary
 org.eclipse.core.runtime.IPath getAssociation()
           
 org.eclipse.core.runtime.IPath getDirectory()
           
 boolean searchSubfolders()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.sourcelookup.ICSourceLocation
dispose, findSourceElement, getMemento, initializeFrom, searchForDuplicateFiles, setSearchForDuplicateFiles
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getDirectory

org.eclipse.core.runtime.IPath getDirectory()

getAssociation

org.eclipse.core.runtime.IPath getAssociation()

searchSubfolders

boolean searchSubfolders()