V - class extending ArtifactVersion in the constructorpublic abstract class AbstractUpdatesModel<V extends ArtifactVersions> extends Object
| Constructor and Description |
|---|
AbstractUpdatesModel(Map<K,V> artifactUpdates,
Map<K,V> artifactManagementUpdates,
Function<K,org.apache.maven.model.Dependency> supplier) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.maven.model.Dependency,V> |
getAllUpdates() |
Map<org.apache.maven.model.Dependency,V> |
getArtifactManagementUpdates() |
Map<org.apache.maven.model.Dependency,V> |
getArtifactUpdates() |
Copyright © 2008–2022 MojoHaus. All rights reserved.