Class MockFileScanner
- java.lang.Object
-
- com.funnelback.plugin.gatherer.mock.MockFileScanner
-
- All Implemented Interfaces:
FileScanner
public class MockFileScanner extends Object implements FileScanner
A Mock FileScanner that may be used when testing the PluginGatherer.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
checkResults
-
Constructor Summary
Constructors Constructor Description MockFileScanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkbytes(byte[] content)
-
-
-
Method Detail
-
checkbytes
public boolean checkbytes(byte[] content)
- Specified by:
checkbytes
in interfaceFileScanner
-
-