FiltersExtension

abstract class FiltersExtension

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun excludeEngines(vararg engines: String)

Add engines to the list of excluded engines

Link copied to clipboard
fun excludePattern(pattern: String)

Add a pattern to the list of excluded patterns

Link copied to clipboard
fun excludePatterns(vararg patterns: String)

Add patterns to the list of excluded patterns

Link copied to clipboard
fun excludeTags(vararg tags: String)

Add tags to the list of excluded tags

Link copied to clipboard
fun includeEngines(vararg engines: String)

Add engines to the list of included engines

Link copied to clipboard
fun includePattern(pattern: String)

Add a pattern to the list of included patterns

Link copied to clipboard
fun includePatterns(vararg patterns: String)

Add patterns to the list of included patterns

Link copied to clipboard
fun includeTags(vararg tags: String)

Add tags to the list of included tags