|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IApplication
public interface IPlatformRunnable
Bootstrap type for the platform. Platform runnables represent executable
entry points into plug-ins. Runnables can be configured into the Platform's
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.
Field Summary | |
---|---|
static java.lang.Integer |
EXIT_OK
Deprecated. Exit object indicating normal termination |
static java.lang.Integer |
EXIT_RELAUNCH
Deprecated. Exit object requesting that the command passed back be executed. |
static java.lang.Integer |
EXIT_RESTART
Deprecated. Exit object requesting platform restart |
Method Summary | |
---|---|
java.lang.Object |
run(java.lang.Object args)
Deprecated. Runs this runnable with the given args and returns a result. |
Field Detail |
---|
static final java.lang.Integer EXIT_OK
static final java.lang.Integer EXIT_RESTART
static final java.lang.Integer EXIT_RELAUNCH
eclipse.exitdata
system property.
Method Detail |
---|
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 application
java.lang.Exception
- if there is a problem running this runnable.EXIT_OK
,
EXIT_RESTART
,
EXIT_RELAUNCH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |