1 11 package org.eclipse.debug.core.sourcelookup; 12 13 import org.eclipse.debug.core.DebugPlugin; 14 15 46 public interface ISourcePathComputer extends ISourcePathComputerDelegate { 47 48 55 public static final String ATTR_SOURCE_PATH_COMPUTER_ID = DebugPlugin.getUniqueIdentifier() + ".SOURCE_PATH_COMPUTER_ID"; 57 62 public String getId(); 63 64 } 65 | Popular Tags |