| Constructor and Description |
|---|
ArtifactReference(String groupId,
String artifactId)
Create a reference to an artifact.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
boolean |
matches(String groupId,
String artifactId)
Check the artifact referenced by this instance matches the given group and artifact id.
|
Copyright © 2019. All rights reserved.