IApplication@Deprecated
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 java.lang.Integer |
EXIT_OK
Deprecated.
|
static java.lang.Integer |
EXIT_RELAUNCH
Deprecated.
|
static java.lang.Integer |
EXIT_RESTART
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
run(java.lang.Object args)
Deprecated.
|
@Deprecated static final java.lang.Integer EXIT_OK
@Deprecated static final java.lang.Integer EXIT_RESTART
@Deprecated static final java.lang.Integer EXIT_RELAUNCH
eclipse.exitdata system property.@Deprecated
java.lang.Object run(java.lang.Object args)
throws java.lang.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 applicationjava.lang.Exception - if there is a problem running this runnable.EXIT_OK,
EXIT_RESTART,
EXIT_RELAUNCH
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.