Package org.eclipse.debug.core.commands
Interface IDebugCommandRequest
-
- All Superinterfaces:
IRequest
- All Known Subinterfaces:
IEnabledStateRequest
public interface IDebugCommandRequest extends IRequest
A request to execute a command on specific elements. A debug command request is passed to aIDebugCommandHandler
when a command is invoked.Clients that invoke command handlers may implement this interface.
- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]
getElements()
Returns the elements to execute a command on.
-
-
-
Method Detail
-
getElements
Object[] getElements()
Returns the elements to execute a command on.- Returns:
- elements to execute a command on
-
-