|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmartSteppingFilter
Defines list of class exclusion filters to be used to filter stepping in debugged session.
It's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
Field Summary | |
---|---|
static String |
PROP_EXCLUSION_PATTERNS
Property name constant. |
Method Summary | |
---|---|
void |
addExclusionPatterns(Set<String> patterns)
Adds a set of new class exclusion filters. |
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds property change listener. |
String[] |
getExclusionPatterns()
Returns list of all exclusion patterns. |
void |
removeExclusionPatterns(Set<String> patterns)
Removes given set of class exclusion filters from filter. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes property change listener. |
Field Detail |
---|
static final String PROP_EXCLUSION_PATTERNS
Method Detail |
---|
void addExclusionPatterns(Set<String> patterns)
String
containing full class name. Filter can
begin or end with '*' to define more than one class, for example
"*.Ted", or "examples.texteditor.*".
patterns
- a set of class exclusion filters to be addedvoid removeExclusionPatterns(Set<String> patterns)
patterns
- a set of class exclusion filters to be addedString[] getExclusionPatterns()
void addPropertyChangeListener(PropertyChangeListener l)
l
- new listener.void removePropertyChangeListener(PropertyChangeListener l)
l
- removed listener.
|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |