Package org.apache.maven.index.treeview

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


    try {
      Repository repository = getUnprotectedRepositoryRegistry().getRepository(repositoryId);

      if (GroupRepository.class.isInstance(repository) || repository.isSearchable()) {
        TreeNodeFactory factory =
            new IndexBrowserTreeNodeFactory(repository, createRedirectBaseRef(request).toString());

        HashMap<Field, String> hints = new HashMap<Field, String>();

        if (StringUtils.isNotBlank(groupIdHint)) {
View Full Code Here

TOP

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

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.