|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplicationContext
The context used to start an application.
This interface is not intended to be implemented by clients.
Field Summary | |
---|---|
static java.lang.String |
APPLICATION_ARGS
A key used to store arguments for the application. |
Method Summary | |
---|---|
void |
applicationRunning()
This method should be called once the application is completely initialized and running. |
java.util.Map |
getArguments()
The arguments used for the application. |
java.lang.String |
getBrandingApplication()
Returns the application associated with this application context. |
Bundle |
getBrandingBundle()
Returns the bundle which is responsible for the definition of the product associated with this application context. |
java.lang.String |
getBrandingDescription()
Returns the text description of the product associated with this application context. |
java.lang.String |
getBrandingId()
Returns the unique product id of the product associated with this application context. |
java.lang.String |
getBrandingName()
Returns the name of the product associated with this application context. |
java.lang.String |
getBrandingProperty(java.lang.String key)
Returns the property with the given key of the product associated with this application context. |
Field Detail |
---|
static final java.lang.String APPLICATION_ARGS
String
array.
If the map used to launch an application ApplicationDescriptor.launch(Map)
does
not contain a value for this key then command line arguments used to launch
the platform are set in the arguments of the application context.
Method Detail |
---|
java.util.Map getArguments()
ApplicationDescriptor.launch(Map)
are used as the arguments
for this context when an application is launched.
void applicationRunning()
java.lang.String getBrandingApplication()
null
if nonejava.lang.String getBrandingName()
null
if nonejava.lang.String getBrandingDescription()
null
if nonejava.lang.String getBrandingId()
java.lang.String getBrandingProperty(java.lang.String key)
null
is returned if there is no such key/value pair.
key
- the name of the property to return
null
if noneBundle getBrandingBundle()
null
if none
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |