@Singleton @Named public class DefaultIndexTreeView extends Object implements IndexTreeView
| Constructor and Description |
|---|
DefaultIndexTreeView(Indexer indexer) |
@Inject public DefaultIndexTreeView(Indexer indexer)
protected Indexer getIndexer()
public TreeNode listNodes(TreeViewRequest request) throws IOException
IndexTreeViewlistNodes in interface IndexTreeViewIOExceptionprotected void listChildren(TreeNode root, TreeViewRequest request, Set<String> allGroups) throws IOException
root - request - allGroups - IOExceptionprotected String getPathForAi(ArtifactInfo ai, Field field)
ai - field - protected IteratorSearchResponse getArtifacts(TreeNode root, TreeViewRequest request) throws IOException
IOExceptionprotected IteratorSearchResponse getHintedArtifacts(TreeNode root, TreeViewRequest request) throws IOException
IOExceptionprotected IteratorSearchResponse getArtifactsByG(String g, TreeViewRequest request) throws IOException
IOExceptionprotected IteratorSearchResponse getArtifactsByGA(String g, String a, TreeViewRequest request) throws IOException
IOExceptionprotected IteratorSearchResponse getArtifactsByGAV(String g, String a, String v, TreeViewRequest request) throws IOException
IOExceptionprotected IteratorSearchResponse getArtifactsByGAVField(String g, String a, String v, TreeViewRequest request) throws IOException
IOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.