public static class AlignmentService.Request
extends java.lang.Object
DAAlignmentService
we have the ability to get both pieces of information with one call
It might make sense to break this up since other types of AlignmentService implementations might
not be handle the project GAV| Constructor and Description |
|---|
Request(java.util.List<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> project,
java.util.Set<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> |
getDependencies() |
java.util.List<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> |
getProject() |