public class ArtifactAvailableUpgrade extends Object
| Constructor and Description |
|---|
ArtifactAvailableUpgrade(String groupId,
String artifactId,
String latestVersion)
Constructs an
ArtifactAvailableUpgrade with the given groupId, artifactId, and
latestVersion. |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactId()
Returns the artifact identifier of this available artifact upgrade.
|
boolean |
equals(Object o) |
String |
groupId()
Returns the group identifier of this available artifact upgrade.
|
int |
hashCode() |
String |
latestVersion()
Returns the latest version of this available artifact upgrade.
|
String |
toString() |
public ArtifactAvailableUpgrade(String groupId, String artifactId, String latestVersion)
ArtifactAvailableUpgrade with the given groupId, artifactId, and
latestVersion.groupId - The group ID of the library.artifactId - The artifact ID of the library.latestVersion - The latest version of the library available for upgrade.public String groupId()
public String artifactId()
public String latestVersion()
Copyright © 2010–2025. All rights reserved.