org.eclipse.cdt.debug.core.sourcelookup
Class SourceLookupFactory

java.lang.Object
  extended by org.eclipse.cdt.debug.core.sourcelookup.SourceLookupFactory

public class SourceLookupFactory
extends java.lang.Object

Enter type comment.

Since:
Jul 14, 2003

Constructor Summary
SourceLookupFactory()
           
 
Method Summary
static IDirectorySourceLocation createDirectorySourceLocation(org.eclipse.core.runtime.IPath directory, org.eclipse.core.runtime.IPath association, boolean searchSubfolders)
           
static IProjectSourceLocation createProjectSourceLocation(org.eclipse.core.resources.IProject project)
           
static IProjectSourceLocation createProjectSourceLocation(org.eclipse.core.resources.IProject project, boolean generated)
           
static ICSourceLocator createSourceLocator(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceLookupFactory

public SourceLookupFactory()
Method Detail

createProjectSourceLocation

public static IProjectSourceLocation createProjectSourceLocation(org.eclipse.core.resources.IProject project)

createProjectSourceLocation

public static IProjectSourceLocation createProjectSourceLocation(org.eclipse.core.resources.IProject project,
                                                                 boolean generated)

createDirectorySourceLocation

public static IDirectorySourceLocation createDirectorySourceLocation(org.eclipse.core.runtime.IPath directory,
                                                                     org.eclipse.core.runtime.IPath association,
                                                                     boolean searchSubfolders)

createSourceLocator

public static ICSourceLocator createSourceLocator(org.eclipse.core.resources.IProject project)