public class ArtifactInfoGroup extends Object
ArtifactInfo in case of grouped search.| Constructor and Description |
|---|
ArtifactInfoGroup(String groupKey) |
ArtifactInfoGroup(String groupKey,
Comparator<ArtifactInfo> comparator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addArtifactInfo(ArtifactInfo artifactInfo) |
Set<ArtifactInfo> |
getArtifactInfos() |
String |
getGroupKey() |
String |
toString() |
public ArtifactInfoGroup(String groupKey)
public ArtifactInfoGroup(String groupKey, Comparator<ArtifactInfo> comparator)
public String getGroupKey()
public boolean addArtifactInfo(ArtifactInfo artifactInfo)
public Set<ArtifactInfo> getArtifactInfos()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.