public class LimaMain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LimaMain.ShutdownHook |
| Modifier and Type | Field and Description |
|---|---|
static LimaConfig |
config
Lima configuration.
|
| Constructor and Description |
|---|
LimaMain() |
| Modifier and Type | Method and Description |
|---|---|
static LimaContext |
init(String... args)
initialisation de l'application :
chargement du context
|
protected static void |
launch(LimaContext context) |
static void |
main(String[] args)
Lima main method.
|
public static LimaConfig config
public static void main(String[] args) throws Exception
args - program argsExceptionpublic static LimaContext init(String... args) throws Exception
args - les arguments passes a l'applicationException - pour toute erreur pendant l'initprotected static void launch(LimaContext context) throws Exception
ExceptionCopyright © 2008–2013 CodeLutin. All rights reserved.