Class AbstractBox
java.lang.Object
org.frankframework.ladybug.filter.AbstractBox
- All Implemented Interfaces:
org.wearefrank.ladybug.filter.CheckpointMatcher
public abstract class AbstractBox
extends Object
implements org.wearefrank.ladybug.filter.CheckpointMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisFirstOrLastCheckpoint(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint) protected booleanisPipeline(org.wearefrank.ladybug.Checkpoint checkpoint) protected booleanisSender(org.wearefrank.ladybug.Checkpoint checkpoint) protected booleanisSenderOrPipeline(org.wearefrank.ladybug.Checkpoint checkpoint) protected booleanisSenderOrPipelineOrFirstOrLastCheckpoint(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint) booleanmatch(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint)
-
Constructor Details
-
AbstractBox
public AbstractBox()
-
-
Method Details
-
match
public boolean match(org.wearefrank.ladybug.Report report, org.wearefrank.ladybug.Checkpoint checkpoint) - Specified by:
matchin interfaceorg.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)
-