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 booleanisSender(nl.nn.testtool.Checkpoint checkpoint) protected booleanisSenderOrPipeline(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:
 isSenderin classAbstractBox
 - 
isSenderOrPipeline
protected boolean isSenderOrPipeline(nl.nn.testtool.Checkpoint checkpoint) - Overrides:
 isSenderOrPipelinein classAbstractBox
 
 -