|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBreakpointImportParticipant
This interface defines a breakpoint import participant.
Participants are used during a breakpoint import operation to specify how breakpoints of the associated marker type should be compared and how the breakpoint should be validated once it is decided it will be imported.
A breakpoint import participant it contributed via the
org.eclipse.debug.core.breakpointImportParticipants
extension point.
Following is an example of a breakpoint participant extension:
Clients may implement this interface.
IBreakpointManager
Method Summary | |
---|---|
boolean |
matches(Map attributes,
IBreakpoint breakpoint)
Determines if the given attributes match the given breakpoint. |
void |
verify(IBreakpoint breakpoint)
Verifies the state of the breakpoint once it has been imported. |
Method Detail |
---|
boolean matches(Map attributes, IBreakpoint breakpoint) throws CoreException
attributes
- the map of raw breakpoint attributes read from the import mementobreakpoint
- the current breakpoint context in the import operation
CoreException
- if an exception occursvoid verify(IBreakpoint breakpoint) throws CoreException
breakpoint
- the breakpoint to be verified
CoreException
- if an exception occurs
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.