See: Description
| Interface | Description |
|---|---|
| ApplicationBootstrap |
Interface to start an application.
|
| ApplicationClassLoader |
ClassLoader dedicated to an application.
|
| LCCore.Environment |
Interface to implement according to the environment.
|
| LCCore.MainThreadExecutor |
Interface to implement to override the main thread executor.
|
| VersionSpecification |
Specifies a version.
|
| Class | Description |
|---|---|
| Application |
Class holding application information such as properties, logging...
|
| ApplicationBootstrap.RunInMain |
Utility class that runs the bootstrap in a task.
|
| ApplicationConfiguration |
Application configuration, loaded from a lc-project.xml file.
|
| Artifact |
An artifact is defined by a group id, an artifact id, and a version number.
|
| ArtifactReference |
Reference an artifact by group id and artifact id.
|
| LCCore |
LC Core framework.
|
| SplashScreen |
Splash screen that may be used while loading an application.
|
| StandaloneLCCore |
LC Core Environment for a standalone application.
|
| Version |
A version is composed of several numbers, separated by a dot,
and optionally can end with text such as 'beta', 'snapshot'...
|
| VersionRange |
A VersionRange is defined by a minimum version (may be null), and a maximum version (may be null).
|
| VersionSpecification.Range |
A range of version is accepted.
|
| VersionSpecification.RangeWithRecommended |
A specific version is wished, but a range is accepted.
|
| VersionSpecification.SingleVersion |
Only one specific version is accepted.
|
| Exception | Description |
|---|---|
| ApplicationBootstrapException |
Error while starting application.
|
Copyright © 2019. All rights reserved.