Class MWESourcePathComputerDelegate
java.lang.Object
org.eclipse.emf.mwe.internal.ui.debug.sourcelookup.MWESourcePathComputerDelegate
- All Implemented Interfaces:
org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate
public class MWESourcePathComputerDelegate
extends Object
implements org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.debug.core.sourcelookup.ISourceContainer[]
computeSourceContainers
(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor) returns all SourceContainer corresponding to the entries as defined in the base project of the launch configuration.
-
Constructor Details
-
MWESourcePathComputerDelegate
public MWESourcePathComputerDelegate()
-
-
Method Details
-
computeSourceContainers
public org.eclipse.debug.core.sourcelookup.ISourceContainer[] computeSourceContainers(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException returns all SourceContainer corresponding to the entries as defined in the base project of the launch configuration. The classpath resolving process is used from JavaRuntime, but we use our own container creator- Specified by:
computeSourceContainers
in interfaceorg.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate
- Throws:
org.eclipse.core.runtime.CoreException
-