| Package | Description |
|---|---|
| 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.classpath |
Default implementation of LibrariesManager, simply using the classpath of the JVM.
|
| 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) |
IAsync<LibraryManagementException> |
DynamicLibrariesManager.onLibrariesLoaded() |
| Modifier and Type | Method and Description |
|---|---|
IAsync<LibraryManagementException> |
LibrariesManager.onLibrariesLoaded()
Return a synchronization point which is blocked until this libraries manager has been initialized
and has loaded all required libraries.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> |
LibraryDescriptorLoader.DependencyNode.getDescriptor() |
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.
|
AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> |
LibraryDescriptorLoader.loadProject(File dir,
byte priority)
Load a library descriptor from the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryDescriptorLoader.DependencyNode.setDescriptor(AsyncSupplier<? extends LibraryDescriptor,LibraryManagementException> descr) |
| Modifier and Type | Method and Description |
|---|---|
IAsync<LibraryManagementException> |
DefaultLibrariesManager.onLibrariesLoaded() |
Copyright © 2019. All rights reserved.