Class ApplicationPrepareStatusHandler
java.lang.Object
com._1c.g5.v8.dt.internal.launching.ui.statushandlers.ApplicationPrepareStatusHandler
- All Implemented Interfaces:
org.eclipse.debug.core.IStatusHandler
public class ApplicationPrepareStatusHandler
extends Object
implements org.eclipse.debug.core.IStatusHandler
Status handler checks the application existence and ask user to create application or application publication
if needed. Returns the result of the check.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleStatus
(org.eclipse.core.runtime.IStatus status, Object source)
-
Constructor Details
-
ApplicationPrepareStatusHandler
public ApplicationPrepareStatusHandler()
-
-
Method Details