| 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.artifacts |
Libraries management using group id, artifact id and version.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionSpecification.Range
A range of version is accepted.
|
static class |
VersionSpecification.RangeWithRecommended
A specific version is wished, but a range is accepted.
|
static class |
VersionSpecification.SingleVersion
Only one specific version is accepted.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<LoadedLibrary,LibraryManagementException> |
DynamicLibrariesManager.loadNewLibrary(String groupId,
String artifactId,
VersionSpecification version,
boolean optional,
byte priority,
WorkProgress progress,
long work) |
| Modifier and Type | Method and Description |
|---|---|
VersionSpecification |
LibraryDescriptor.Dependency.getVersionSpecification()
Dependency version specification.
|
VersionSpecification |
LibraryDescriptor.Dependency.From.getVersionSpecification() |
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> |
LibraryDescriptorLoader.loadLibrary(String groupId,
String artifactId,
VersionSpecification version,
byte priority,
List<LibrariesRepository> additionalRepositories)
Search and load the library descriptor for the given group id, artifact id and version specification.
|
AsyncSupplier<LoadedLibrary,LibraryManagementException> |
ArtifactsLibrariesManager.loadNewLibrary(String groupId,
String artifactId,
VersionSpecification version,
boolean optional,
byte priority,
WorkProgress progress,
long work)
Load a new library.
|
Copyright © 2019. All rights reserved.