Class TreeVisitor

java.lang.Object
io.bdeploy.bhive.objects.view.scanner.TreeVisitor

public class TreeVisitor extends Object
Container for functional visitors on a TreeView.
  • Method Details

    • accept

      public boolean accept(ElementView snapshot)
      Parameters:
      snapshot - the snapshot to process.
      Returns:
      whether to continue with a TreeViews children if the snapshot is a TreeView.