org.eclipse.ocl.examples.debug.srclookup
Class OCLSourcePathComputer

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.srclookup.VMSourcePathComputer
      extended by org.eclipse.ocl.examples.debug.srclookup.OCLSourcePathComputer
All Implemented Interfaces:
org.eclipse.debug.core.sourcelookup.ISourcePathComputer, org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate

public class OCLSourcePathComputer
extends VMSourcePathComputer


Field Summary
static java.lang.String ID
           
 
Fields inherited from interface org.eclipse.debug.core.sourcelookup.ISourcePathComputer
ATTR_SOURCE_PATH_COMPUTER_ID
 
Constructor Summary
OCLSourcePathComputer()
           
 
Method Summary
 java.lang.String getId()
           
protected  org.eclipse.emf.common.util.URI getModuleFile(org.eclipse.debug.core.ILaunchConfiguration configuration)
           
 
Methods inherited from class org.eclipse.ocl.examples.debug.vm.srclookup.VMSourcePathComputer
computeSourceContainers, getIFile, getWorkspaceFile, getWorkspaceFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

@NonNull
public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

OCLSourcePathComputer

public OCLSourcePathComputer()
Method Detail

getId

@NonNull
public java.lang.String getId()
Specified by:
getId in interface org.eclipse.debug.core.sourcelookup.ISourcePathComputer
Specified by:
getId in class VMSourcePathComputer

getModuleFile

protected org.eclipse.emf.common.util.URI getModuleFile(@NonNull
                                                        org.eclipse.debug.core.ILaunchConfiguration configuration)
                                                 throws org.eclipse.core.runtime.CoreException
Specified by:
getModuleFile in class VMSourcePathComputer
Throws:
org.eclipse.core.runtime.CoreException