org.eclipse.emf.mwe.internal.ui.debug.sourcelookup
Class SourceLookupUtil

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.ui.debug.sourcelookup.SourceLookupUtil

public class SourceLookupUtil
extends java.lang.Object

adapted from org.eclipse.jdt.internal.launching.JavaSourceLookupUtil
- doesn't look only for .java and .class files
- no check for source lookups as MWE files are sources themselves


Constructor Summary
SourceLookupUtil()
           
 
Method Summary
static org.eclipse.debug.core.sourcelookup.ISourceContainer[] translate(org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries)
          Translates the given runtime classpath entries into associated source containers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceLookupUtil

public SourceLookupUtil()
Method Detail

translate

public static org.eclipse.debug.core.sourcelookup.ISourceContainer[] translate(org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries)
Translates the given runtime classpath entries into associated source containers.