public interface AlignmentService
AlignmentTask in order to perform the alignmentDAAlignmentService| Modifier and Type | Interface and Description |
|---|---|
static class |
AlignmentService.Request
Contains both the collected project dependencies GAVs and the project GAV.
|
static interface |
AlignmentService.RequestCustomizer
Meant to change
AlignmentService.Request before it is handed to
the AlignmentService |
static class |
AlignmentService.Response
Contains the resulting aligned dependencies from the dependency analyzer.
|
static interface |
AlignmentService.ResponseCustomizer
Meant to change
AlignmentService.Response after it is returned by
the AlignmentService |
| Modifier and Type | Method and Description |
|---|---|
AlignmentService.Response |
align(AlignmentService.Request request) |
AlignmentService.Response align(AlignmentService.Request request) throws org.commonjava.maven.ext.common.ManipulationException
org.commonjava.maven.ext.common.ManipulationException