Examples of cutNodesDeeperThan()


Examples of org.sonatype.nexus.proxy.walker.ParentOMatic.cutNodesDeeperThan()

    for (String entry : entries) {
      parentOMatic.addAndMarkPath(entry);
    }
    if (maxDepth != Integer.MAX_VALUE) {
      // cut the tree to maxDepth
      parentOMatic.cutNodesDeeperThan(maxDepth);
    }
    return parentOMatic.getRoot();
  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.