1 11 12 package org.eclipse.debug.core.sourcelookup; 13 14 import org.eclipse.core.runtime.CoreException; 15 import org.eclipse.debug.core.ILaunchConfiguration; 16 import org.eclipse.debug.core.model.IPersistableSourceLocator; 17 18 27 public interface IPersistableSourceLocator2 extends IPersistableSourceLocator { 28 29 41 public void initializeFromMemento(String memento, ILaunchConfiguration configuration) throws CoreException; 42 43 47 public void dispose(); 48 } 49 | Popular Tags |