Class AbstractBox

java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
All Implemented Interfaces:
org.wearefrank.ladybug.filter.CheckpointMatcher
Direct Known Subclasses:
BlackBox, GrayBox

public abstract class AbstractBox extends Object implements org.wearefrank.ladybug.filter.CheckpointMatcher
  • Constructor Details

    • AbstractBox

      public AbstractBox()
  • 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
    • isSender

      protected boolean isSender(org.wearefrank.ladybug.Checkpoint checkpoint)
    • isPipeline

      protected boolean isPipeline(org.wearefrank.ladybug.Checkpoint checkpoint)
    • isSenderOrPipelineOrFirstOrLastCheckpoint

      protected boolean isSenderOrPipelineOrFirstOrLastCheckpoint(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint)
    • isSenderOrPipeline

      protected boolean isSenderOrPipeline(org.wearefrank.ladybug.Checkpoint checkpoint)
    • isFirstOrLastCheckpoint

      protected boolean isFirstOrLastCheckpoint(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint)