Class BlackBox
java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
org.frankframework.ladybug.filter.BlackBox
- All Implemented Interfaces:
nl.nn.testtool.filter.CheckpointMatcher
Only show senders that communicate with another system
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isSender
(nl.nn.testtool.Checkpoint checkpoint) protected boolean
isSenderOrPipeline
(nl.nn.testtool.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(nl.nn.testtool.Checkpoint checkpoint) - Overrides:
isSender
in classAbstractBox
-
isSenderOrPipeline
protected boolean isSenderOrPipeline(nl.nn.testtool.Checkpoint checkpoint) - Overrides:
isSenderOrPipeline
in classAbstractBox
-