Class GrayBox

java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
org.frankframework.ladybug.filter.GrayBox
All Implemented Interfaces:
org.wearefrank.ladybug.filter.CheckpointMatcher

public class GrayBox extends AbstractBox
Only show senders and pipelines (within these senders) (show only the pipeline checkpoints, not it's children)
Author:
Jaco de Groot
  • Constructor Details

    • GrayBox

      public GrayBox()
  • Method Details

    • match

      public boolean match(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint)
      Specified by:
      match in interface org.wearefrank.ladybug.filter.CheckpointMatcher
      Overrides:
      match in class AbstractBox
    • hasStartPointOnLevel

      public boolean hasStartPointOnLevel(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint)