| Package | Description |
|---|---|
| net.lecousin.framework.application.libraries.artifacts |
Libraries management using group id, artifact id and version.
|
| 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<? 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) |
| Constructor and Description |
|---|
From(LibraryDescriptor lib)
Constructor.
|
Copyright © 2019. All rights reserved.