org.eclipse.ptp.debug.core.sourcelookup
Class SourceLookupFactory
java.lang.Object
org.eclipse.ptp.debug.core.sourcelookup.SourceLookupFactory
public class SourceLookupFactory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceLookupFactory
public SourceLookupFactory()
createDirectorySourceLocation
public static IDirectorySourceLocation createDirectorySourceLocation(org.eclipse.core.runtime.IPath directory,
org.eclipse.core.runtime.IPath association,
boolean searchSubfolders)
- Parameters:
directory - association - searchSubfolders -
- Returns:
createProjectSourceLocation
public static IProjectSourceLocation createProjectSourceLocation(org.eclipse.core.resources.IProject project)
- Parameters:
project -
- Returns:
createProjectSourceLocation
public static IProjectSourceLocation createProjectSourceLocation(org.eclipse.core.resources.IProject project,
boolean generated)
- Parameters:
project - generated -
- Returns:
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.