| Constructor and Description |
|---|
ReferencedArtifact(Pom.ReferencedArtifactType referencedArtifactType,
String groupId,
String artifactId,
String version)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
equalsNoVersion(Pom.ReferencedArtifact referencedArtifactOther) |
String |
getArtifactId() |
String |
getGroupId() |
Pom.ReferencedArtifactType |
getReferencedArtifactType() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public ReferencedArtifact(Pom.ReferencedArtifactType referencedArtifactType, String groupId, String artifactId, String version)
referencedArtifactType - ReferenceArtifactType.groupId - GroupId.artifactId - ArtifactId.version - Version.public Pom.ReferencedArtifactType getReferencedArtifactType()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public boolean equalsNoVersion(Pom.ReferencedArtifact referencedArtifactOther)
Copyright © 2015–2016 AZYVA INC.. All rights reserved.