public abstract class BreakpointsClassFilter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BreakpointsClassFilter.ClassNames
The set of class names and excluded class names.
|
static interface |
BreakpointsClassFilter.Registration
Declarative registration of BreakpointsClassFilter implementation.
|
Constructor and Description |
---|
BreakpointsClassFilter() |
Modifier and Type | Method and Description |
---|---|
abstract BreakpointsClassFilter.ClassNames |
filterClassNames(BreakpointsClassFilter.ClassNames classNames,
JPDABreakpoint breakpoint)
Provide a modified set of class names.
|
public abstract BreakpointsClassFilter.ClassNames filterClassNames(BreakpointsClassFilter.ClassNames classNames, JPDABreakpoint breakpoint)
classNames
- The original set of class names that the breakpoint acts onbreakpoint
- The associated breakpoint