Uses of Class
org.apache.archiva.maven2.model.TreeEntry

Packages that use TreeEntry
org.apache.archiva.dependency.tree.maven2   
org.apache.archiva.maven2.model   
org.apache.archiva.rest.api.services   
org.apache.archiva.rest.services   
 

Uses of TreeEntry in org.apache.archiva.dependency.tree.maven2
 

Fields in org.apache.archiva.dependency.tree.maven2 declared as TreeEntry
private  TreeEntry TreeDependencyNodeVisitor.currentEntry
           
 

Fields in org.apache.archiva.dependency.tree.maven2 with type parameters of type TreeEntry
(package private)  List<TreeEntry> TreeDependencyNodeVisitor.treeEntries
           
 

Methods in org.apache.archiva.dependency.tree.maven2 that return types with arguments of type TreeEntry
 List<TreeEntry> Maven3DependencyTreeBuilder.buildDependencyTree(List<String> repositoryIds, String groupId, String artifactId, String version)
           
 List<TreeEntry> DependencyTreeBuilder.buildDependencyTree(List<String> repositoryIds, String groupId, String artifactId, String version)
           
 

Constructor parameters in org.apache.archiva.dependency.tree.maven2 with type arguments of type TreeEntry
TreeDependencyNodeVisitor(List<TreeEntry> treeEntries)
           
 

Uses of TreeEntry in org.apache.archiva.maven2.model
 

Fields in org.apache.archiva.maven2.model declared as TreeEntry
private  TreeEntry TreeEntry.parent
           
 

Fields in org.apache.archiva.maven2.model with type parameters of type TreeEntry
private  List<TreeEntry> TreeEntry.childs
           
 

Methods in org.apache.archiva.maven2.model that return TreeEntry
 TreeEntry TreeEntry.getParent()
           
 

Methods in org.apache.archiva.maven2.model that return types with arguments of type TreeEntry
 List<TreeEntry> TreeEntry.getChilds()
           
 

Methods in org.apache.archiva.maven2.model with parameters of type TreeEntry
 void TreeEntry.setParent(TreeEntry parent)
           
 

Method parameters in org.apache.archiva.maven2.model with type arguments of type TreeEntry
 void TreeEntry.setChilds(List<TreeEntry> childs)
           
 

Uses of TreeEntry in org.apache.archiva.rest.api.services
 

Methods in org.apache.archiva.rest.api.services that return types with arguments of type TreeEntry
 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
 

Uses of TreeEntry in org.apache.archiva.rest.services
 

Methods in org.apache.archiva.rest.services that return types with arguments of type TreeEntry
 List<TreeEntry> DefaultBrowseService.getTreeEntries(String groupId, String artifactId, String version, String repositoryId)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.