org.eclipse.cdt.debug.internal.core.sourcelookup
Class SourceUtils

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.core.sourcelookup.SourceUtils

public class SourceUtils
extends java.lang.Object


Constructor Summary
SourceUtils()
           
 
Method Summary
static org.eclipse.debug.core.sourcelookup.ISourceContainer[] convertSourceLocations(ICSourceLocation[] locations)
           
static ICSourceLocation[] getCommonSourceLocationsFromMemento(java.lang.String memento)
           
static java.lang.String getCommonSourceLocationsMemento(ICSourceLocation[] locations)
           
static ICSourceLocation[] initializeSourceLocations(org.w3c.dom.Element root)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceUtils

public SourceUtils()
Method Detail

getCommonSourceLocationsMemento

public static java.lang.String getCommonSourceLocationsMemento(ICSourceLocation[] locations)

getCommonSourceLocationsFromMemento

public static ICSourceLocation[] getCommonSourceLocationsFromMemento(java.lang.String memento)

initializeSourceLocations

public static ICSourceLocation[] initializeSourceLocations(org.w3c.dom.Element root)

convertSourceLocations

public static org.eclipse.debug.core.sourcelookup.ISourceContainer[] convertSourceLocations(ICSourceLocation[] locations)