public interface BreakpointManager
Modifier and Type | Method and Description |
---|---|
boolean |
addBreakpoint(Breakpoint breakpoint)
Adds a breakpoint to the current set of breakpoints.
|
boolean |
removeBreakpoint(Breakpoint breakpoint)
Removes a breakpoint from the current set of breakpoints.
|
boolean addBreakpoint(Breakpoint breakpoint)
breakpoint
- The breakpoint to be added. Non nullboolean removeBreakpoint(Breakpoint breakpoint)
breakpoint
- The breakpoint to be removed. Non nullCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.