| BlockableScanner | Provide a scanner for our content blocker. That means, you can pass `ScannableBlockable` instances to your `HeadlessContentBlocker` instance and you can continually fetch the scanned blockables from this plugin instance. |
| FalsePositivesProcessor | Put in a list of `ScanEntry`'s and sort out false-positives and deduplicate. Keep in mind, that this processor can also touch your `ScanEntry` properties as well! |
| Rule | Describe scan options for a specific expression. |
| ScanEntry | A scan result which can be persisted to the database. |
| ScannableBlockable | Describe a blockable item. |