Package org.apache.maven.index.treeview
Class TreeViewRequest
java.lang.Object
org.apache.maven.index.treeview.TreeViewRequest
- 
Constructor Summary
ConstructorsConstructorDescriptionTreeViewRequest(TreeNodeFactory factory, String path, Map<Field, String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx) TreeViewRequest(TreeNodeFactory factory, String path, IndexingContext ctx)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFieldHint(Field field, String hint) getFieldHint(Field field) getPath()booleanhasFieldHint(Field... fields) booleanvoidremoveFieldHint(Field field)  
- 
Constructor Details
- 
TreeViewRequest
 - 
TreeViewRequest
public TreeViewRequest(TreeNodeFactory factory, String path, Map<Field, String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)  
 - 
 - 
Method Details
- 
getFactory
 - 
getPath
 - 
getArtifactInfoFilter
 - 
addFieldHint
 - 
removeFieldHint
 - 
hasFieldHints
public boolean hasFieldHints() - 
hasFieldHint
 - 
getFieldHint
 - 
getFieldHints
 - 
getIndexingContext
 
 -