Uses of Interface
org.apache.maven.index.treeview.TreeNodeFactory

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

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

Classes in org.apache.maven.index.treeview that implement TreeNodeFactory
 class DefaultTreeNodeFactory
          A default implementation of TreeNodeFactory, that is fairly simple to extend.
 

Methods in org.apache.maven.index.treeview that return TreeNodeFactory
 TreeNodeFactory TreeViewRequest.getFactory()
           
 

Constructors in org.apache.maven.index.treeview with parameters of type TreeNodeFactory
TreeViewRequest(TreeNodeFactory factory, String path, IndexingContext ctx)
           
TreeViewRequest(TreeNodeFactory factory, String path, Map<Field,String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
           
 



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