| 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 | 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 | 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–2019 The Apache Software Foundation. All rights reserved.