|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StartupParametersExtPoint
StartupParametersExtPoint
reads the input parameters and provides
access to those parameters to the application, which subsequently forwards the
parameters to other extension points.
Field Summary | |
---|---|
static java.lang.String |
EXIT_CODE
The tag which defines the exit code. |
static java.lang.String |
NAME
The name of the extension point element |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
readStartupParameters(Display display,
IApplicationContext context)
Gather the applications startup parameters and returns them to the user. |
Field Detail |
---|
static final java.lang.String NAME
static final java.lang.String EXIT_CODE
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.Object> readStartupParameters(Display display, IApplicationContext context) throws java.lang.Exception
CSSStartupExtensionPoint
that are used afterwards (Some of the default implementation might use certain
parameters. For details see the individual extension points.)
In the case when something happened what requires the application to exit or restart this method can put a parameter "css.exit" in the returned map which should trigger the application to take appropriate actions.
display
- the display of the applicationcontext
- the application's context
java.lang.Exception
- if something unexpected happened
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |