|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 Integer |
EXIT_OK
Exit object indicating normal termination |
static Integer |
EXIT_RESTART
Exit object requesting platform restart |
| Method Summary | |
Object |
run(Object args)
Runs this runnable with the given args and returns a result. |
| Field Detail |
public static final Integer EXIT_OK
public static final Integer EXIT_RESTART
| Method Detail |
public Object run(Object args)
throws Exception
String array.
- Throws:
Exception - if there is a problem running this runnable.
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||