PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IRestart

All Known Subinterfaces:
IPDebugTarget

public interface IRestart

Restart interface for a debugger element


Method Summary
 boolean canRestart()
          Returns whether this element can currently be restarted.
 void restart()
          Causes this element to restart its execution.
 

Method Detail

canRestart

boolean canRestart()
Returns whether this element can currently be restarted.

Returns:
whether this element can currently be restarted

restart

void restart()
             throws org.eclipse.debug.core.DebugException
Causes this element to restart its execution.

Throws:
org.eclipse.debug.core.DebugException - on failure. Reasons include:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.