org.eclipse.datatools.sqltools.debugger.sourcelookup
Class SPSourceLocator
java.lang.Object
   org.eclipse.datatools.sqltools.debugger.sourcelookup.SPSourceLocator
org.eclipse.datatools.sqltools.debugger.sourcelookup.SPSourceLocator
- All Implemented Interfaces: 
- org.eclipse.debug.core.model.IPersistableSourceLocator, org.eclipse.debug.core.model.ISourceLocator
- public class SPSourceLocator 
- extends java.lang.Object- implements org.eclipse.debug.core.model.IPersistableSourceLocator
- Author:
- Yang Liu
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SPSourceLocator
public SPSourceLocator()
getMemento
public java.lang.String getMemento()
                            throws org.eclipse.core.runtime.CoreException
- 
- Specified by:
- getMementoin interface- org.eclipse.debug.core.model.IPersistableSourceLocator
 
- 
- Throws:
- org.eclipse.core.runtime.CoreException
 
initializeFromMemento
public void initializeFromMemento(java.lang.String memento)
                           throws org.eclipse.core.runtime.CoreException
- 
- Specified by:
- initializeFromMementoin interface- org.eclipse.debug.core.model.IPersistableSourceLocator
 
- 
- Throws:
- org.eclipse.core.runtime.CoreException
 
initializeDefaults
public void initializeDefaults(org.eclipse.debug.core.ILaunchConfiguration configuration)
                        throws org.eclipse.core.runtime.CoreException
- 
- Specified by:
- initializeDefaultsin interface- org.eclipse.debug.core.model.IPersistableSourceLocator
 
- 
- Throws:
- org.eclipse.core.runtime.CoreException
 
getSourceElement
public java.lang.Object getSourceElement(org.eclipse.debug.core.model.IStackFrame stackFrame)
- 
- Specified by:
- getSourceElementin interface- org.eclipse.debug.core.model.ISourceLocator
 
-