public class BreakpointsMetadata extends Object
| Modifier and Type | Method and Description |
|---|---|
Set<BreakpointMetadata> |
getBreakpoints() |
int[] |
getBreakpoints(String fullPath) |
DebugModel |
getModel() |
void |
setBreakpointsList(Set<BreakpointMetadata> breakpointsList) |
String |
toString() |
public DebugModel getModel()
public Set<BreakpointMetadata> getBreakpoints()
public void setBreakpointsList(Set<BreakpointMetadata> breakpointsList)
public int[] getBreakpoints(String fullPath)
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.