Package | Description |
---|---|
org.apache.archiva.dependency.tree.maven2 | |
org.apache.archiva.maven2.model | |
org.apache.archiva.rest.api.services | |
org.apache.archiva.rest.services |
Modifier and Type | Field and Description |
---|---|
private TreeEntry |
TreeDependencyNodeVisitor.currentEntry |
Modifier and Type | Field and Description |
---|---|
(package private) List<TreeEntry> |
TreeDependencyNodeVisitor.treeEntries |
Modifier and Type | Method and Description |
---|---|
List<TreeEntry> |
DependencyTreeBuilder.buildDependencyTree(List<String> repositoryIds,
String groupId,
String artifactId,
String version) |
List<TreeEntry> |
Maven3DependencyTreeBuilder.buildDependencyTree(List<String> repositoryIds,
String groupId,
String artifactId,
String version) |
Constructor and Description |
---|
TreeDependencyNodeVisitor(List<TreeEntry> treeEntries) |
Modifier and Type | Field and Description |
---|---|
private TreeEntry |
TreeEntry.parent |
Modifier and Type | Field and Description |
---|---|
private List<TreeEntry> |
TreeEntry.childs |
Modifier and Type | Method and Description |
---|---|
TreeEntry |
TreeEntry.getParent() |
Modifier and Type | Method and Description |
---|---|
List<TreeEntry> |
TreeEntry.getChilds() |
Modifier and Type | Method and Description |
---|---|
void |
TreeEntry.setParent(TreeEntry parent) |
Modifier and Type | Method and Description |
---|---|
void |
TreeEntry.setChilds(List<TreeEntry> childs) |
Modifier and Type | Method and Description |
---|---|
List<TreeEntry> |
BrowseService.getTreeEntries(String groupId,
String artifactId,
String version,
String repositoryId)
return the dependency Tree for an artifacts
the List result has only one entry
|
Modifier and Type | Method and Description |
---|---|
List<TreeEntry> |
DefaultBrowseService.getTreeEntries(String groupId,
String artifactId,
String version,
String repositoryId) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.