Uses of Class
org.apache.maven.index.treeview.TreeViewRequest

Packages that use TreeViewRequest
org.apache.maven.index.treeview   
 

Uses of TreeViewRequest in org.apache.maven.index.treeview
 

Methods in org.apache.maven.index.treeview with parameters of type TreeViewRequest
 TreeNode TreeNodeFactory.createANode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path)
           
 TreeNode DefaultTreeNodeFactory.createANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
           
 TreeNode TreeNodeFactory.createArtifactNode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path)
           
 TreeNode DefaultTreeNodeFactory.createArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
           
 TreeNode TreeNodeFactory.createGNode(IndexTreeView tview, TreeViewRequest request, String path, String name)
           
 TreeNode DefaultTreeNodeFactory.createGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName)
           
protected  TreeNode DefaultTreeNodeFactory.createNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName, TreeNode.Type type)
           
 TreeNode TreeNodeFactory.createVNode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path)
           
 TreeNode DefaultTreeNodeFactory.createVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
           
protected  TreeNode DefaultTreeNodeFactory.decorateANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getArtifacts(TreeNode root, TreeViewRequest request)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getArtifactsByG(String g, TreeViewRequest request)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getArtifactsByGA(String g, String a, TreeViewRequest request)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getArtifactsByGAV(String g, String a, String v, TreeViewRequest request)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getArtifactsByGAVField(String g, String a, String v, TreeViewRequest request)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getHintedArtifacts(TreeNode root, TreeViewRequest request)
           
protected  TreeNode DefaultTreeNodeFactory.instantiateNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName)
           
protected  void DefaultIndexTreeView.listChildren(TreeNode root, TreeViewRequest request, Set<String> allGroups)
           
 TreeNode IndexTreeView.listNodes(TreeViewRequest request)
          Returns the TreeNode, as calculated by passed in request, using index data.
 TreeNode DefaultIndexTreeView.listNodes(TreeViewRequest request)
           
 

Constructors in org.apache.maven.index.treeview with parameters of type TreeViewRequest
AbstractTreeNode(IndexTreeView tview, TreeViewRequest request)
          Constructor that takes an IndexTreeView implementation and a TreeNodeFactory implementation;
DefaultTreeNode(IndexTreeView tview, TreeViewRequest request)
          Constructor that takes an IndexTreeView implementation and a TreeNodeFactory implementation.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.