Class GrayBox
java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
org.frankframework.ladybug.filter.GrayBox
- All Implemented Interfaces:
org.wearefrank.ladybug.filter.CheckpointMatcher
Only show senders and pipelines (within these senders) (show only the pipeline checkpoints, not it's children)
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasStartPointOnLevel(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint) booleanmatch(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint) Methods inherited from class org.frankframework.ladybug.filter.AbstractBox
isFirstOrLastCheckpoint, isPipeline, isSender, isSenderOrPipeline, isSenderOrPipelineOrFirstOrLastCheckpoint
-
Constructor Details
-
GrayBox
public GrayBox()
-
-
Method Details
-
match
public boolean match(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint) - Specified by:
matchin interfaceorg.wearefrank.ladybug.filter.CheckpointMatcher- Overrides:
matchin classAbstractBox
-
hasStartPointOnLevel
public boolean hasStartPointOnLevel(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint)
-