Class SkippedElementView

java.lang.Object
io.bdeploy.bhive.objects.view.ElementView
io.bdeploy.bhive.objects.view.SkippedElementView
All Implemented Interfaces:
Comparable<ElementView>

public class SkippedElementView extends ElementView
Holds information about an object which was skipped during a Tree scan.

This usually happens when limiting the maximum scan depth. Omitted objects are (non-recursive) represented by SkippedElementViews.

See Also: