Package org.apache.maven.index.treeview

Examples of org.apache.maven.index.treeview.TreeViewRequest


    {
      @Override
      public void run(IndexingContext context)
          throws IOException
      {
        TreeViewRequest request = new TreeViewRequest(factory, path, hints, artifactInfoFilter, context);

        // TODO igorf
        // TreeNode.listChildren lists children on demand using provided context
        // if context is closed asynchronously, the method will return empty list.
        // should through IllegalStateException instead.
View Full Code Here

TOP

Related Classes of org.apache.maven.index.treeview.TreeViewRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.