| Package | Description |
|---|---|
| net.lecousin.framework.application.libraries.artifacts |
Libraries management using group id, artifact id and version.
|
| net.lecousin.framework.collections |
Implementations of collections.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
LibraryDescriptorLoader.resolveVersionConflict(String groupId,
String artifactId,
Map<Version,List<Tree.Node<LibraryDescriptorLoader.DependencyNode>>> artifactVersions)
When several versions of the same library are specified, this method resolve the conflict and return the version to be loaded.
|
| Modifier and Type | Method and Description |
|---|---|
Tree.Node<T> |
Tree.add(T element)
Append a new node with the given element.
|
Tree.Node<T> |
Tree.get(int index)
Get the node at the given index.
|
Tree.Node<T> |
Tree.get(T element)
Get the node containing the given element.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tree.Node<T>> |
Tree.getNodes() |
Copyright © 2019. All rights reserved.