| Package | Description |
|---|---|
| net.lecousin.framework.application |
Main classes to initialize this library: LCCore and Application.
|
| Modifier and Type | Method and Description |
|---|---|
static IAsync<ApplicationBootstrapException> |
Application.start(Artifact artifact,
boolean debugMode)
Method to call at the beginning of the application, typically in the main method.
|
static IAsync<ApplicationBootstrapException> |
Application.start(Artifact artifact,
String[] args,
boolean debugMode)
Method to call at the beginning of the application, typically in the main method.
|
static IAsync<ApplicationBootstrapException> |
Application.start(Artifact artifact,
String[] commandLineArguments,
Map<String,String> properties,
boolean debugMode,
ThreadFactory threadFactory,
LibrariesManager librariesManager,
Appender defaultLogAppender)
Method to call at the beginning of the application, typically in the main method.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfiguration |
ApplicationConfiguration.load(File file)
Load the given file.
|
static ApplicationConfiguration |
ApplicationConfiguration.load(InputStream input)
Load from the given stream.
|
IAsync<Exception> |
ApplicationBootstrap.start(Application app,
WorkProgress progress)
Start the application, and return a synchronization point that will be unblocked when the application
is asked to shutdown.
|
Copyright © 2019. All rights reserved.