PTP
Release 5.0

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

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

public class SourceLookupFactory
extends java.lang.Object


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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceLookupFactory

public SourceLookupFactory()
Method Detail

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:

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.