public class IndexedArtifactGroup extends Object implements Comparable<IndexedArtifactGroup>
| Constructor and Description |
|---|
IndexedArtifactGroup(IRepository repository,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IndexedArtifactGroup o) |
LinkedHashMap<String,IndexedArtifact> |
getFiles() |
LinkedHashMap<String,IndexedArtifactGroup> |
getNodes() |
String |
getPrefix() |
IRepository |
getRepository() |
public IndexedArtifactGroup(IRepository repository, String prefix)
public LinkedHashMap<String,IndexedArtifactGroup> getNodes()
public LinkedHashMap<String,IndexedArtifact> getFiles()
public String getPrefix()
public IRepository getRepository()
public int compareTo(IndexedArtifactGroup o)
compareTo in interface Comparable<IndexedArtifactGroup>Copyright © 2005–2021 Eclipse Foundation. All rights reserved.