1 11 package org.eclipse.jdt.debug.core; 12 13 14 import org.eclipse.core.runtime.CoreException; 15 16 24 public interface IJavaStratumLineBreakpoint extends IJavaLineBreakpoint { 25 26 40 public String getPattern() throws CoreException; 41 42 54 public String getSourceName() throws CoreException; 55 56 66 public String getStratum() throws CoreException; 67 68 78 public String getSourcePath() throws CoreException; 79 80 } 81 82 | Popular Tags |