Class SourceLookupUtil

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

public class SourceLookupUtil extends 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • SourceLookupUtil

      public SourceLookupUtil()
  • Method Details

    • 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.