org.apache.maven.index.treeview
Class TreeViewRequest

java.lang.Object
  extended by org.apache.maven.index.treeview.TreeViewRequest

public class TreeViewRequest
extends Object


Constructor Summary
TreeViewRequest(TreeNodeFactory factory, String path, IndexingContext ctx)
           
TreeViewRequest(TreeNodeFactory factory, String path, Map<Field,String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
           
 
Method Summary
 void addFieldHint(Field field, String hint)
           
 ArtifactInfoFilter getArtifactInfoFilter()
           
 TreeNodeFactory getFactory()
           
 String getFieldHint(Field field)
           
 Map<Field,String> getFieldHints()
           
 IndexingContext getIndexingContext()
           
 String getPath()
           
 boolean hasFieldHint(Field... fields)
           
 boolean hasFieldHints()
           
 void removeFieldHint(Field field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeViewRequest

public TreeViewRequest(TreeNodeFactory factory,
                       String path,
                       IndexingContext ctx)

TreeViewRequest

public TreeViewRequest(TreeNodeFactory factory,
                       String path,
                       Map<Field,String> hints,
                       ArtifactInfoFilter artifactInfoFilter,
                       IndexingContext ctx)
Method Detail

getFactory

public TreeNodeFactory getFactory()

getPath

public String getPath()

getArtifactInfoFilter

public ArtifactInfoFilter getArtifactInfoFilter()

addFieldHint

public void addFieldHint(Field field,
                         String hint)

removeFieldHint

public void removeFieldHint(Field field)

hasFieldHints

public boolean hasFieldHints()

hasFieldHint

public boolean hasFieldHint(Field... fields)

getFieldHint

public String getFieldHint(Field field)

getFieldHints

public Map<Field,String> getFieldHints()

getIndexingContext

public IndexingContext getIndexingContext()


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