| Package | Description |
|---|---|
| net.lecousin.framework.application |
Main classes to initialize this library: LCCore and Application.
|
| net.lecousin.framework.application.launcher |
Application launcher.
|
| net.lecousin.framework.application.libraries |
Library loading and management.
|
| net.lecousin.framework.application.libraries.artifacts |
Libraries management using group id, artifact id and version.
|
| net.lecousin.framework.application.libraries.classloader |
Class loaders when libraries are loaded dynamically.
|
| net.lecousin.framework.application.libraries.classpath |
Default implementation of LibrariesManager, simply using the classpath of the JVM.
|
| net.lecousin.framework.concurrent |
Multi-threading framework.
|
| net.lecousin.framework.io |
New java Input/Output model adding more flexibility and asynchronous operations.
|
| net.lecousin.framework.locale |
Localization.
|
| net.lecousin.framework.log |
Logging.
|
| net.lecousin.framework.plugins |
Plugins mechanism.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| ApplicationBootstrap
Interface to start an application.
|
| ApplicationBootstrapException
Error while starting application.
|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| 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.Environment
Interface to implement according to the environment.
|
| LCCore.MainThreadExecutor
Interface to implement to override the main thread executor.
|
| 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
Specifies a version.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| ApplicationConfiguration
Application configuration, loaded from a lc-project.xml file.
|
| SplashScreen
Splash screen that may be used while loading an application.
|
| VersionSpecification
Specifies a version.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| Class and Description |
|---|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| Artifact
An artifact is defined by a group id, an artifact id, and a version number.
|
| Version
A version is composed of several numbers, separated by a dot,
and optionally can end with text such as 'beta', 'snapshot'...
|
| VersionSpecification
Specifies a version.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
| Class and Description |
|---|
| Application
Class holding application information such as properties, logging...
|
| Class and Description |
|---|
| ApplicationClassLoader
ClassLoader dedicated to an application.
|
Copyright © 2019. All rights reserved.