PTP
Release 5.0

org.eclipse.ptp.debug.core.sourcelookup
Interface IPSourceLocation

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
All Known Subinterfaces:
IDirectorySourceLocation, IProjectSourceLocation

public interface IPSourceLocation
extends org.eclipse.core.runtime.IAdaptable


Method Summary
 void dispose()
           
 java.lang.Object findSourceElement(java.lang.String name)
           
 java.lang.String getMemento()
           
 void initializeFrom(java.lang.String memento)
           
 boolean searchForDuplicateFiles()
           
 void setSearchForDuplicateFiles(boolean search)
           
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

dispose

void dispose()

findSourceElement

java.lang.Object findSourceElement(java.lang.String name)
                                   throws org.eclipse.core.runtime.CoreException
Parameters:
name -
Returns:
Throws:
org.eclipse.core.runtime.CoreException

getMemento

java.lang.String getMemento()
                            throws org.eclipse.core.runtime.CoreException
Returns:
Throws:
org.eclipse.core.runtime.CoreException

initializeFrom

void initializeFrom(java.lang.String memento)
                    throws org.eclipse.core.runtime.CoreException
Parameters:
memento -
Throws:
org.eclipse.core.runtime.CoreException

searchForDuplicateFiles

boolean searchForDuplicateFiles()
Returns:

setSearchForDuplicateFiles

void setSearchForDuplicateFiles(boolean search)
Parameters:
search -

PTP
Release 5.0

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