public interface ICDIBreakpointProblemEvent
Modifier and Type | Method and Description |
---|---|
ICDIBreakpoint |
getBreakpoint()
The CDI breakpoint that has the problem
|
java.lang.String |
getDescription()
A description of the problem.
|
java.lang.String |
getProblemType()
The problem type is a string that identifies specific
kinds of breakproblems.
|
int |
getSeverity()
The severity code maps to the IMarker.SEVERITY_XXX constants.
|
boolean |
removeExisting()
Indicated that any existing problems of this type
and at this breakpoint's location will be removed
before the new problem is added.
|
boolean |
removeOnly()
Indicated that existing problems of this type and at this
breakpoint's location will be removed, no new ones will
be added.
|
java.lang.String getProblemType()
ICDIBreakpoint getBreakpoint()
java.lang.String getDescription()
int getSeverity()
boolean removeOnly()
boolean removeExisting()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.