public abstract static class Breakpoint.GroupProperties extends Object
Constructor and Description |
---|
GroupProperties() |
Modifier and Type | Method and Description |
---|---|
abstract DebuggerEngine[] |
getEngines()
Get the debugger engines that are currently actively using this breakpoint.
|
abstract FileObject[] |
getFiles()
Get the source files containing this breakpoint.
|
abstract String |
getLanguage()
Get the language of the source file with the breakpoint.
|
abstract Project[] |
getProjects()
Get the projects containing this breakpoint.
|
abstract String |
getType()
Get the breakpoint type.
|
abstract boolean |
isHidden()
Test is this breakpoint is hidden (not visible to the user).
|
public abstract String getLanguage()
null
when this does not apply.org.netbeans.spi.debugger.ui.BreakpointType.getCategoryDisplayName()
public abstract String getType()
null
when this does not apply.org.netbeans.spi.debugger.ui.BreakpointType.getTypeDisplayName()
public abstract FileObject[] getFiles()
null
when this does not apply.public abstract Project[] getProjects()
null
when this does not apply.public abstract DebuggerEngine[] getEngines()
null
when this does not apply.public abstract boolean isHidden()
true
when this breakpoint is hidden, false
otherwise.Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.