| org.drools.eclipse.debug.core.DroolsLineBreakpoint
DroolsLineBreakpoint | public class DroolsLineBreakpoint extends JavaLineBreakpoint (Code) | | |
Constructor Summary | |
public | DroolsLineBreakpoint() Default constructor is required for the breakpoint manager
to re-create persisted breakpoints. | public | DroolsLineBreakpoint(IResource resource, int lineNumber) Constructs a line breakpoint on the given resource at the given
line number. |
DroolsLineBreakpoint | public DroolsLineBreakpoint()(Code) | | Default constructor is required for the breakpoint manager
to re-create persisted breakpoints. After instantiating a breakpoint,
the setMarker(...) method is called to restore
this breakpoint's attributes.
|
DroolsLineBreakpoint | public DroolsLineBreakpoint(IResource resource, int lineNumber) throws CoreException(Code) | | Constructs a line breakpoint on the given resource at the given
line number.
Parameters: resource - file on which to set the breakpoint Parameters: lineNumber - line number of the breakpoint throws: CoreException - if unable to create the breakpoint |
getDRLLineNumber | public int getDRLLineNumber()(Code) | | |
getFileRuleMappings | public Map getFileRuleMappings()(Code) | | |
setJavaBreakpointProperties | public void setJavaBreakpointProperties() throws CoreException(Code) | | |
|
|