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
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
dispose
void dispose()
findSourceElement
Object findSourceElement(String name)
throws org.eclipse.core.runtime.CoreException
- Parameters:
name -
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getMemento
String getMemento()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
initializeFrom
void initializeFrom(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 -
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.