Class BlackBox
java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
org.frankframework.ladybug.filter.BlackBox
- All Implemented Interfaces:
org.wearefrank.ladybug.filter.CheckpointMatcher
Only show senders that communicate with another system
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisSender(org.wearefrank.ladybug.Checkpoint checkpoint) protected booleanisSenderOrPipeline(org.wearefrank.ladybug.Checkpoint checkpoint) Methods inherited from class org.frankframework.ladybug.filter.AbstractBox
isFirstOrLastCheckpoint, isPipeline, isSenderOrPipelineOrFirstOrLastCheckpoint, match
-
Constructor Details
-
BlackBox
public BlackBox()
-
-
Method Details
-
isSender
protected boolean isSender(org.wearefrank.ladybug.Checkpoint checkpoint) - Overrides:
isSenderin classAbstractBox
-
isSenderOrPipeline
protected boolean isSenderOrPipeline(org.wearefrank.ladybug.Checkpoint checkpoint) - Overrides:
isSenderOrPipelinein classAbstractBox
-