- get(DebuggerEngine) - Static method in class org.netbeans.api.debugger.ActiveBreakpoints
-
Get an ActiveBreakpoints instance for a debugger engine.
- getActions() - Method in interface org.netbeans.api.debugger.SessionBridge.SessionChanger
-
Provide the set of actions that are handled by this implementation.
- getActions() - Method in class org.netbeans.spi.debugger.ActionsProvider
-
Returns set of actions supported by this ActionsProvider.
- getActionsManager() - Method in class org.netbeans.api.debugger.DebuggerEngine
-
- getActionsManager() - Method in class org.netbeans.api.debugger.DebuggerManager
-
- getArray(String, Object[]) - Method in class org.netbeans.api.debugger.Properties
-
Reads array property from storage.
- getBoolean(String, boolean) - Method in class org.netbeans.api.debugger.Properties
-
Reads boolean property from storage.
- getBreakpoints() - Method in class org.netbeans.api.debugger.DebuggerManager
-
Gets all registered breakpoints.
- getBreakpointsToDisable() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the set of breakpoints that will be disabled after this breakpoint
is hit.
- getBreakpointsToEnable() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the set of breakpoints that will be enabled after this breakpoint
is hit.
- getByte(String, byte) - Method in class org.netbeans.api.debugger.Properties
-
Reads byte property from storage.
- getChar(String, char) - Method in class org.netbeans.api.debugger.Properties
-
Reads char property from storage.
- getCollection(String, Collection) - Method in class org.netbeans.api.debugger.Properties
-
Reads Collection property from storage.
- getCurrentEngine() - Method in class org.netbeans.api.debugger.DebuggerManager
-
Returns current debugger engine or null
.
- getCurrentEngine() - Method in class org.netbeans.api.debugger.Session
-
Returns current debugger engine for this session.
- getCurrentLanguage() - Method in class org.netbeans.api.debugger.Session
-
Returns current language for this session.
- getCurrentSession() - Method in class org.netbeans.api.debugger.DebuggerManager
-
Returns current debugger session or null
.
- getDebuggerEngines() - Method in class org.netbeans.api.debugger.DebuggerManager
-
Returns set of running debugger engines.
- getDebuggerManager() - Static method in class org.netbeans.api.debugger.DebuggerManager
-
Returns default instance of DebuggerManager.
- getDefault() - Static method in class org.netbeans.api.debugger.Properties
-
Returns shared instance of Properties class.
- getDefault() - Static method in class org.netbeans.api.debugger.SessionBridge
-
Get the default instance of SessionBridge.
- getDefaultPropertyValue(String) - Method in interface org.netbeans.api.debugger.Properties.Initializer
-
Get the default value of property.
- getDouble(String, double) - Method in class org.netbeans.api.debugger.Properties
-
Reads double property from storage.
- getEngine() - Method in class org.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
-
- getEngineForLanguage(String) - Method in class org.netbeans.api.debugger.Session
-
Return DebuggerEngine registered for given language or null.
- getEngines() - Method in class org.netbeans.api.debugger.Breakpoint.GroupProperties
-
Get the debugger engines that are currently actively using this breakpoint.
- getEngineTypeID() - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
-
- getExpression() - Method in class org.netbeans.api.debugger.Watch
-
Return expression this watch is created for.
- getFiles() - Method in class org.netbeans.api.debugger.Breakpoint.GroupProperties
-
Get the source files containing this breakpoint.
- getFloat(String, float) - Method in class org.netbeans.api.debugger.Properties
-
Reads float property from storage.
- getGroupName() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the name of a user-created group for this breakpoint.
- getGroupProperties() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get group properties of the breakpoint.
- getHitCountFilter() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the hit count filter.
- getHitCountFilteringStyle() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the style of hit count filtering.
- getInt(String, int) - Method in class org.netbeans.api.debugger.Properties
-
Reads int property from storage.
- getLanguage() - Method in class org.netbeans.api.debugger.Breakpoint.GroupProperties
-
Get the language of the source file with the breakpoint.
- getLanguages() - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
-
Returns set of language names supported by
DebuggerEngine
provided by this
DebuggerEngineProvider.
- getLanguages() - Method in class org.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
-
Returns set of language names supported by
DebuggerEngine
provided by this
DelegatingDebuggerEngineProvider.
- getLocationName() - Method in class org.netbeans.api.debugger.Session
-
Returns name of location this session is running on.
- getLocationName() - Method in class org.netbeans.spi.debugger.SessionProvider
-
Location of the new session.
- getLong(String, long) - Method in class org.netbeans.api.debugger.Properties
-
Reads long property from storage.
- getMap(String, Map) - Method in class org.netbeans.api.debugger.Properties
-
Reads Map property from storage.
- getName() - Method in class org.netbeans.api.debugger.Session
-
Returns display name of this session.
- getObject(String, Object) - Method in class org.netbeans.api.debugger.Properties
-
Reads Object property from storage.
- getPin() - Method in class org.netbeans.api.debugger.Watch
-
Get a pin location, where the watch is pinned at, if any.
- getProjects() - Method in class org.netbeans.api.debugger.Breakpoint.GroupProperties
-
Get the projects containing this breakpoint.
- getProperties() - Method in class org.netbeans.api.debugger.DebuggerManagerAdapter
-
- getProperties() - Method in class org.netbeans.api.debugger.LazyActionsManagerListener
-
Returns list of properties this listener is listening on.
- getProperties() - Method in interface org.netbeans.api.debugger.LazyDebuggerManagerListener
-
Returns list of properties this listener is listening on.
- getProperties(String) - Method in class org.netbeans.api.debugger.Properties
-
Returns Properties instance for some "subfolder" in properties file.
- getServices() - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
-
Returns array of services for
DebuggerEngine
provided by this
DebuggerEngineProvider.
- getServices() - Method in class org.netbeans.spi.debugger.SessionProvider
-
Returns array of services for
Session
provided by this
SessionProvider.
- getSession(DebuggerInfo) - Method in class org.netbeans.spi.debugger.DelegatingSessionProvider
-
Deprecated.
- getSessionName() - Method in class org.netbeans.spi.debugger.SessionProvider
-
Name of the new session.
- getSessions() - Method in class org.netbeans.api.debugger.DebuggerManager
-
Returns set of running debugger sessions.
- getShort(String, short) - Method in class org.netbeans.api.debugger.Properties
-
Reads short property from storage.
- getString(String, String) - Method in class org.netbeans.api.debugger.Properties
-
Reads String property from storage.
- getSupportedClassNames() - Method in interface org.netbeans.api.debugger.Properties.Reader
-
Returns array of classNames supported by this reader.
- getSupportedLanguages() - Method in class org.netbeans.api.debugger.Session
-
Returns set of all languages supported by this session.
- getSupportedPropertyNames() - Method in interface org.netbeans.api.debugger.Properties.Initializer
-
The list of supported property names.
- getType() - Method in class org.netbeans.api.debugger.Breakpoint.GroupProperties
-
Get the breakpoint type.
- getTypeID() - Method in class org.netbeans.spi.debugger.SessionProvider
-
Returns identifier of
Session
crated
by thisprovider.
- getValidity() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the validity of this breakpoint.
- getValidityMessage() - Method in class org.netbeans.api.debugger.Breakpoint
-
Get the message describing the current validity.
- getWatches() - Method in class org.netbeans.api.debugger.DebuggerManager
-
Gets all shared watches in the system.
- GroupProperties() - Constructor for class org.netbeans.api.debugger.Breakpoint.GroupProperties
-