|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- - applications configuration entitypublic interface MainEntry<C extends AbstractSysConfig>
provide a basic interface for dynamically loadable applications and services,
loadable by ApplicationLauncher
.
Method Summary | |
---|---|
Map<String,String> |
getAppArgs()
provide access to the expanded arguments of main(String[] args) |
String |
getAppInfo()
print initial startup information |
SystemDefault |
getApplicationDefaults()
access the application defaults. |
String |
getApplicationName()
print the application name - may be localized. |
C |
getConfig()
access application starters configuration instance |
void |
setAppArgs(Map<String,String> appArgs)
set expanded arguments of main(String[] args) |
void |
setConfig(C config)
set application starters configuration instance |
void |
usage()
tell the user about the right usage |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
Map<String,String> getAppArgs()
String getAppInfo()
SystemDefault getApplicationDefaults()
String getApplicationName()
SystemDefault.applicationID
C getConfig()
void setAppArgs(Map<String,String> appArgs)
appArgs
- arguments from main expanded to key/value pairsvoid setConfig(C config)
config
- the configuration instancevoid usage()
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |