public class LimaMain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LimaMain.ShutdownHook |
| Modifier and Type | Field and Description |
|---|---|
protected static LimaSwingConfig |
config
Lima configuration.
|
protected static HttpServerService |
httpServerService
http serveur
|
protected static LimaSplash |
splash
splash
|
| Constructor and Description |
|---|
LimaMain() |
| Modifier and Type | Method and Description |
|---|---|
static HttpServerService |
getHttpServerService() |
static LimaSwingApplicationContext |
init(String... args)
initialisation de l'application :
chargement du context
|
protected static void |
launch(LimaSwingApplicationContext context) |
static void |
main(String[] args)
Lima main method.
|
protected static LimaSwingConfig config
protected static LimaSplash splash
protected static HttpServerService httpServerService
public static void main(String[] args) throws Exception
args - program argsExceptionpublic static LimaSwingApplicationContext init(String... args) throws Exception
args - les arguments passes a l'applicationException - pour toute erreur pendant l'initprotected static void launch(LimaSwingApplicationContext context) throws Exception
Exceptionpublic static HttpServerService getHttpServerService()
Copyright © 2008–2015 CodeLutin. All rights reserved.