public interface IPlatformRunnable
org.eclipse.core.runtime.applications
extension-point
or be made available through code or extensions on other plug-in's extension-points.
Clients may implement this interface.
Modifier and Type | Field and Description |
---|---|
static Integer |
EXIT_OK
Exit object indicating normal termination
|
static Integer |
EXIT_RELAUNCH
Exit object requesting that the command passed back be executed.
|
static Integer |
EXIT_RESTART
Exit object requesting platform restart
|
static final Integer EXIT_OK
static final Integer EXIT_RESTART
static final Integer EXIT_RELAUNCH
eclipse.exit
system property.Object run(Object args) throws Exception
String
array.
Applications can return any object they like. If an Integer
is returned
it is treated as the program exit code if Eclipse is exiting.args
- the argument(s) to pass to the applicationException
- if there is a problem running this runnable.EXIT_OK
,
EXIT_RESTART
,
EXIT_RELAUNCH
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.