Uses of Interface
dev.galasa.textscan.ILogScanner
Package
Description
Galasa Text Scan Manager
Galasa Text Scan Manager SPI
-
Uses of ILogScanner in dev.galasa.textscan
Modifier and TypeMethodDescriptionILogScanner.checkpoint()
Sets the checkpoint to the end of the current logILogScanner.reset()
Resets this scanner so it can be reusedILogScanner.resetCheckpoint()
Resets the checkpoint back to zeroConvenience method for scan(Pattern.Compile("\Q" + searchString + "\E"), Pattern.Compile("\Q" + failString + "\E"), count)Search the log for regex patterns.ILogScanner.scanSinceCheckpoint
(String searchString, String failString, int count) Convenience method for scanSinceCheckpoint(Pattern.Compile("\Q" + searchString + "\E"), Pattern.Compile("\Q" + failString + "\E"), count)ILogScanner.scanSinceCheckpoint
(Pattern searchPattern, Pattern failPattern, int count) Search the log for regex patterns, from the last checkpoint.ILogScanner.setCheckpoint
(long checkpoint) Manually set a checkpoint to the supplied valueILogScanner.setScannable
(ITextScannable scannable) Set the scannable that will be used with this scanner and will updateILogScanner.updateScannable()
Update the scannable. -
Uses of ILogScanner in dev.galasa.textscan.spi