Uses of Interface
org.apache.maven.index.treeview.TreeNodeFactory
-
Packages that use TreeNodeFactory Package Description org.apache.maven.index.treeview -
-
Uses of TreeNodeFactory in org.apache.maven.index.treeview
Classes in org.apache.maven.index.treeview that implement TreeNodeFactory Modifier and Type Class Description class
DefaultTreeNodeFactory
A default implementation of TreeNodeFactory, that is fairly simple to extend.Fields in org.apache.maven.index.treeview declared as TreeNodeFactory Modifier and Type Field Description private TreeNodeFactory
TreeViewRequest. factory
Methods in org.apache.maven.index.treeview that return TreeNodeFactory Modifier and Type Method Description TreeNodeFactory
TreeViewRequest. getFactory()
Constructors in org.apache.maven.index.treeview with parameters of type TreeNodeFactory Constructor Description TreeViewRequest(TreeNodeFactory factory, java.lang.String path, java.util.Map<Field,java.lang.String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
TreeViewRequest(TreeNodeFactory factory, java.lang.String path, IndexingContext ctx)
-